Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TigreGotico
/
nos-mt-es-arg-onnx

Translation
Transformers
ONNX
Safetensors
Spanish
Aragonese
pegasus
text2text-generation
ctranslate2
opennmt
Model card Files Files and versions
xet
Community

Instructions to use TigreGotico/nos-mt-es-arg-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TigreGotico/nos-mt-es-arg-onnx with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="TigreGotico/nos-mt-es-arg-onnx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("TigreGotico/nos-mt-es-arg-onnx")
    model = AutoModelForSeq2SeqLM.from_pretrained("TigreGotico/nos-mt-es-arg-onnx", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
nos-mt-es-arg-onnx
1.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Jarbas's picture
Jarbas
Upload folder using huggingface_hub
69e5b1f verified about 1 month ago
  • int8
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    8.15 kB
    Upload folder using huggingface_hub about 1 month ago
  • config.json
    891 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • ct2_reader.py
    3.3 kB
    Upload folder using huggingface_hub about 1 month ago
  • ct2_to_pegasus_dual.py
    8.93 kB
    Upload folder using huggingface_hub about 1 month ago
  • decoder_model.onnx
    325 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • decoder_with_past_model.onnx
    300 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • encoder_model.onnx
    214 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • generation_config.json
    202 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    418 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • nos_tokenizer.py
    3.47 kB
    Upload folder using huggingface_hub about 1 month ago
  • nos_vocab.json
    313 kB
    Upload folder using huggingface_hub about 1 month ago
  • source.bpe
    211 kB
    Upload folder using huggingface_hub about 1 month ago