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

  • Log In
  • Sign Up

tbs17
/
MathBERT-custom

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

Instructions to use tbs17/MathBERT-custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tbs17/MathBERT-custom with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="tbs17/MathBERT-custom")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("tbs17/MathBERT-custom")
    model = AutoModelForMaskedLM.from_pretrained("tbs17/MathBERT-custom")
  • Notebooks
  • Google Colab
  • Kaggle
MathBERT-custom
441 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
tbs17's picture
tbs17
DimOgu's picture
DimOgu
Pytorch example encoded_input fix (#1)
db3e8ee almost 4 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    7.83 kB
    Pytorch example encoded_input fix (#1) almost 4 years ago
  • config.json
    569 Bytes
    Create config.json almost 5 years ago
  • math-vocab.txt
    238 kB
    add mathvocab files almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    441 MB
    xet
    add mathBERT-custom files almost 5 years ago
  • tokenizer.json
    466 kB
    add mathBERT-custom files almost 5 years ago
  • tokenizer_config.json
    28 Bytes
    add mathBERT-custom files almost 5 years ago