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

  • Log In
  • Sign Up

InriaValda
/
cc_math_bert_ep10

Fill-Mask
Transformers
google-tensorflow TensorFlow
English
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use InriaValda/cc_math_bert_ep10 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="InriaValda/cc_math_bert_ep10")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("InriaValda/cc_math_bert_ep10")
    model = AutoModelForMaskedLM.from_pretrained("InriaValda/cc_math_bert_ep10")
  • Notebooks
  • Google Colab
  • Kaggle
cc_math_bert_ep10
534 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Shrey's picture
Shrey
Update README.md
ade7b90 over 2 years ago
  • .DS_Store
    6.15 kB
    replaced and added tf_model from downloads folder in local system almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.02 kB
    Update README.md over 2 years ago
  • config.json
    864 Bytes
    added stable mlm model almost 3 years ago
  • special_tokens_map.json
    112 Bytes
    added the model files almost 3 years ago
  • tf_model.h5
    534 MB
    xet
    added stable mlm model almost 3 years ago
  • tokenizer_config.json
    375 Bytes
    added the model files almost 3 years ago
  • vocab.txt
    218 kB
    added the model files almost 3 years ago