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

ashwani-tanwar
/
Gujarati-XLM-R-Large

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
Gujarati
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use ashwani-tanwar/Gujarati-XLM-R-Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ashwani-tanwar/Gujarati-XLM-R-Large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ashwani-tanwar/Gujarati-XLM-R-Large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ashwani-tanwar/Gujarati-XLM-R-Large")
    model = AutoModelForMaskedLM.from_pretrained("ashwani-tanwar/Gujarati-XLM-R-Large")
  • Notebooks
  • Google Colab
  • Kaggle
Gujarati-XLM-R-Large
5.53 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ashwani-tanwar's picture
ashwani-tanwar
Create Readme
0d969e4 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • README.md
    3.04 kB
    Create Readme over 5 years ago
  • config.json
    487 Bytes
    Update config.json over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    2.25 GB
    xet
    Update pytorch_model.bin over 5 years ago
  • sentencepiece.bpe.model
    5.07 MB
    Update sentencepiece.bpe.model over 5 years ago
  • tf_model.h5
    3.27 GB
    xet
    Update tf_model.h5 over 5 years ago
  • tokenizer.json
    9.1 MB
    Update tokenizer.json over 5 years ago