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

Isuri97
/
holo_mlm_bert

Fill-Mask
Transformers
PyTorch
bert
Generated from Trainer
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Isuri97/holo_mlm_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Isuri97/holo_mlm_bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Isuri97/holo_mlm_bert")
    model = AutoModelForMaskedLM.from_pretrained("Isuri97/holo_mlm_bert", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
holo_mlm_bert
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Isuri97's picture
Isuri97
upload model
d2ee4a9 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.17 kB
    upload model almost 3 years ago
  • added_tokens.json
    82 Bytes
    upload model almost 3 years ago
  • all_results.json
    440 Bytes
    upload model almost 3 years ago
  • config.json
    667 Bytes
    upload model almost 3 years ago
  • eval_results.json
    267 Bytes
    upload model almost 3 years ago
  • generation_config.json
    95 Bytes
    upload model almost 3 years ago
  • pytorch_model.bin
    433 MB
    xet
    upload model almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    upload model almost 3 years ago
  • tokenizer.json
    669 kB
    upload model almost 3 years ago
  • tokenizer_config.json
    1.23 kB
    upload model almost 3 years ago
  • train_results.json
    193 Bytes
    upload model almost 3 years ago
  • trainer_state.json
    2.84 kB
    upload model almost 3 years ago
  • training_args.bin
    4.16 kB
    xet
    upload model almost 3 years ago
  • vocab.txt
    213 kB
    upload model almost 3 years ago