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

Sk4467
/
Bengali_translator

Translation
Transformers
PyTorch
Bengali
English
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Sk4467/Bengali_translator 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="Sk4467/Bengali_translator")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Sk4467/Bengali_translator", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Bengali_translator
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
e493f24 verified over 1 year ago
  • .gitattributes
    1.56 kB
    Initial commit with LFS almost 3 years ago
  • README.md
    109 Bytes
    Create README.md almost 3 years ago
  • config.json
    896 Bytes
    xet
    Initial commit with LFS almost 3 years ago
  • generation_config.json
    154 Bytes
    xet
    Initial commit with LFS almost 3 years ago
  • model.safetensors
    2.47 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    2.47 GB
    xet
    Initial commit with LFS almost 3 years ago
  • special_tokens_map.json
    3.55 kB
    xet
    Initial commit with LFS almost 3 years ago
  • tokenizer.json
    17.3 MB
    xet
    Resolved merge conflict almost 3 years ago
  • tokenizer_config.json
    544 Bytes
    xet
    Initial commit with LFS almost 3 years ago
  • training_args.bin
    4.09 kB
    xet
    Initial commit with LFS almost 3 years ago