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

  • Log In
  • Sign Up

zli12321
/
answer_equivalence_distilbert

Text Classification
Transformers
Safetensors
English
distilbert
fill-mask
question-answering
evaluation
text
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use zli12321/answer_equivalence_distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="zli12321/answer_equivalence_distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("zli12321/answer_equivalence_distilbert")
    model = AutoModelForMaskedLM.from_pretrained("zli12321/answer_equivalence_distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
answer_equivalence_distilbert
268 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 23 commits
zli12321's picture
zli12321
Update README.md
4203587 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    11.2 kB
    Update README.md over 1 year ago
  • config.json
    478 Bytes
    Upload 5 files about 2 years ago
  • model.safetensors
    268 MB
    xet
    more accurate trained model about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Adding trained model over 2 years ago
  • tokenizer_config.json
    1.28 kB
    Adding trained model over 2 years ago
  • vocab.txt
    232 kB
    Adding trained model over 2 years ago