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

  • Log In
  • Sign Up

InriaValda
/
cc_math_roberta_ep10_definiendum

Token Classification
Transformers
PyTorch
English
roberta
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use InriaValda/cc_math_roberta_ep10_definiendum with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="InriaValda/cc_math_roberta_ep10_definiendum")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("InriaValda/cc_math_roberta_ep10_definiendum")
    model = AutoModelForTokenClassification.from_pretrained("InriaValda/cc_math_roberta_ep10_definiendum")
  • Notebooks
  • Google Colab
  • Kaggle
cc_math_roberta_ep10_definiendum
500 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
HarryCovert's picture
HarryCovert
Update README.md
722406f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.78 kB
    Update README.md over 2 years ago
  • config.json
    895 Bytes
    add fine-tuned cc_math_roberta_ep10 for definiendum extraction over 2 years ago
  • merges.txt
    465 kB
    add fine-tuned cc_math_roberta_ep10 for definiendum extraction over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    496 MB
    xet
    add fine-tuned cc_math_roberta_ep10 for definiendum extraction over 2 years ago
  • special_tokens_map.json
    957 Bytes
    add fine-tuned cc_math_roberta_ep10 for definiendum extraction over 2 years ago
  • tokenizer.json
    2.12 MB
    add fine-tuned cc_math_roberta_ep10 for definiendum extraction over 2 years ago
  • tokenizer_config.json
    1.38 kB
    add fine-tuned cc_math_roberta_ep10 for definiendum extraction over 2 years ago
  • vocab.json
    805 kB
    add fine-tuned cc_math_roberta_ep10 for definiendum extraction over 2 years ago