Relative Content

Tag Archive for c#onnxlanguage-translation

Using Huggingface model in onnx

I have downloaded the m2m100_418M model from huggingface and converted to onnx model. now i have 2 files, encoder.onnx and decoder.onnx. now i want to translate a text. so far i have written these codes.