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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Shubhamai
/
tiny-mbart

Transformers
JAX
mbart
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use Shubhamai/tiny-mbart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Shubhamai/tiny-mbart with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Shubhamai/tiny-mbart")
    model = AutoModelForSeq2SeqLM.from_pretrained("Shubhamai/tiny-mbart")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-mbart
6.58 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Shubhamai's picture
Shubhamai
Upload sentencepiece.bpe.model
1b414d6 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.23 kB
    Update config.json over 3 years ago
  • flax_model.msgpack
    1.51 MB
    xet
    Upload FlaxBartForConditionalGeneration over 3 years ago
  • generation_config.json
    214 Bytes
    Upload FlaxBartForConditionalGeneration over 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload sentencepiece.bpe.model over 3 years ago
  • special_tokens_map.json
    150 Bytes
    Upload special_tokens_map.json over 3 years ago
  • tokenizer_config.json
    26 Bytes
    Create tokenizer_config.json over 3 years ago