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

apkbala107
/
tamilroberta

Fill-Mask
Transformers
PyTorch
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use apkbala107/tamilroberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="apkbala107/tamilroberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("apkbala107/tamilroberta")
    model = AutoModelForMaskedLM.from_pretrained("apkbala107/tamilroberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tamilroberta
337 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
apkbala107's picture
apkbala107
Upload config.json
bbf7743 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    23 Bytes
    Update README.md over 4 years ago
  • config.json
    480 Bytes
    Upload config.json over 4 years ago
  • events.out.tfevents.1647445052.a11641b39aab.59.0
    903 Bytes
    xet
    Upload events.out.tfevents.1647445052.a11641b39aab.59.0 with git-lfs over 4 years ago
  • events.out.tfevents.1647445055.a11641b39aab.59.1
    1.76 kB
    xet
    Upload events.out.tfevents.1647445055.a11641b39aab.59.1 with git-lfs over 4 years ago
  • merges.txt
    68.5 kB
    Upload merges.txt over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    336 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    1.26 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago
  • vocab.json
    93.3 kB
    Upload vocab.json over 4 years ago