Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

omar07ibrahim
/
NLLB_az

Feature Extraction
Transformers
Safetensors
m2m_100
Model card Files Files and versions
xet
Community

Instructions to use omar07ibrahim/NLLB_az with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use omar07ibrahim/NLLB_az with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="omar07ibrahim/NLLB_az")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("omar07ibrahim/NLLB_az")
    model = AutoModel.from_pretrained("omar07ibrahim/NLLB_az")
  • Notebooks
  • Google Colab
  • Kaggle
NLLB_az
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
omar07ibrahim's picture
omar07ibrahim
Upload tokenizer
dfe0d34 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    877 Bytes
    Upload model over 2 years ago
  • model.safetensors
    2.46 GB
    xet
    Upload model over 2 years ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Upload tokenizer over 2 years ago
  • special_tokens_map.json
    4.23 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    39.9 kB
    Upload tokenizer over 2 years ago