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

  • Log In
  • Sign Up

AmalNlal
/
testing2

Fill-Mask
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AmalNlal/testing2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="AmalNlal/testing2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AmalNlal/testing2")
    model = AutoModelForMaskedLM.from_pretrained("AmalNlal/testing2")
  • Notebooks
  • Google Colab
  • Kaggle
testing2
329 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AmalNlal's picture
AmalNlal
Upload RobertaForMaskedLM
06166c8 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload RobertaForMaskedLM about 2 years ago
  • config.json
    684 Bytes
    Upload RobertaForMaskedLM about 2 years ago
  • model.safetensors
    329 MB
    xet
    Upload RobertaForMaskedLM about 2 years ago