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

Shivam098
/
opt-translation

Transformers
PyTorch
Safetensors
mbart
text2text-generation
Generated from Trainer
4-bit precision
gptq
Model card Files Files and versions
xet
Community
1

Instructions to use Shivam098/opt-translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Shivam098/opt-translation with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Shivam098/opt-translation")
    model = AutoModelForSeq2SeqLM.from_pretrained("Shivam098/opt-translation", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
opt-translation
3.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
Shivam098's picture
Shivam098
Adding `safetensors` variant of this model
32ccee4 almost 3 years ago
  • .gitattributes
    1.57 kB
    Upload tokenizer almost 3 years ago
  • README.md
    1.09 kB
    End of training almost 3 years ago
  • config.json
    8.11 kB
    Upload MBartForConditionalGeneration almost 3 years ago
  • generation_config.json
    261 Bytes
    Upload MBartForConditionalGeneration almost 3 years ago
  • model.safetensors
    1.95 GB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin
    1.95 GB
    xet
    Upload MBartForConditionalGeneration almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer almost 3 years ago
  • special_tokens_map.json
    880 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer almost 3 years ago
  • training_args.bin
    4.16 kB
    xet
    End of training almost 3 years ago