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

AswiN037
/
tamil-Roberta-small

Fill-Mask
Transformers
PyTorch
roberta
Tamil-Tokenizer
Tamil-language-model
Model card Files Files and versions
xet
Community
1

Instructions to use AswiN037/tamil-Roberta-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AswiN037/tamil-Roberta-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="AswiN037/tamil-Roberta-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AswiN037/tamil-Roberta-small")
    model = AutoModelForMaskedLM.from_pretrained("AswiN037/tamil-Roberta-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tamil-Roberta-small
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
AswiN037's picture
AswiN037
Update README.md
4c146c1 over 4 years ago
  • .gitattributes
    1.22 kB
    initial commit over 4 years ago
  • README.md
    265 Bytes
    Update README.md over 4 years ago
  • config.json
    636 Bytes
    Upload config.json over 4 years ago
  • merges.txt
    339 kB
    Upload merges.txt over 4 years ago
  • pytorch_model.bin
    268 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    772 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tokenizer_config.json
    1.13 kB
    Upload tokenizer_config.json over 4 years ago
  • training_args.bin
    2.99 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago
  • vocab.json
    604 kB
    Upload vocab.json over 4 years ago