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

  • Log In
  • Sign Up

RinaL
/
dummy-model

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

Instructions to use RinaL/dummy-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RinaL/dummy-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="RinaL/dummy-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("RinaL/dummy-model")
    model = AutoModelForMaskedLM.from_pretrained("RinaL/dummy-model")
  • Notebooks
  • Google Colab
  • Kaggle
dummy-model
445 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
RinaL's picture
RinaL
Upload tokenizer
d72242d verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    5.17 kB
    Upload CamembertForMaskedLM 3 days ago
  • config.json
    702 Bytes
    Upload CamembertForMaskedLM 3 days ago
  • model.safetensors
    443 MB
    xet
    Upload CamembertForMaskedLM 3 days ago
  • tokenizer.json
    2.1 MB
    Upload tokenizer 3 days ago
  • tokenizer_config.json
    431 Bytes
    Upload tokenizer 3 days ago