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

  • Log In
  • Sign Up

JustTherain
/
my-model

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

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

  • Libraries
  • Transformers

    How to use JustTherain/my-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="JustTherain/my-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("JustTherain/my-model")
    model = AutoModelForMaskedLM.from_pretrained("JustTherain/my-model")
  • Notebooks
  • Google Colab
  • Kaggle
my-model
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JustTherain's picture
JustTherain
Upload tokenizer
8313b5e verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload BertForMaskedLM about 1 year ago
  • config.json
    649 Bytes
    Upload BertForMaskedLM about 1 year ago
  • model.safetensors
    433 MB
    xet
    Upload BertForMaskedLM about 1 year ago
  • special_tokens_map.json
    132 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    669 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.28 kB
    Upload tokenizer about 1 year ago
  • vocab.txt
    213 kB
    Upload tokenizer about 1 year ago