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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

negfir
/
Distill_SQuAD

Fill-Mask
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use negfir/Distill_SQuAD with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="negfir/Distill_SQuAD")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("negfir/Distill_SQuAD")
    model = AutoModelForMaskedLM.from_pretrained("negfir/Distill_SQuAD")
  • Notebooks
  • Google Colab
  • Kaggle
Distill_SQuAD / runs
190 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
negfir's picture
negfir
Training in progress, step 2000
b852ec1 about 4 years ago
  • Mar09_22-48-32_9e009a68d0ff
    Training in progress, step 500 about 4 years ago
  • Mar16_02-18-00_797d40265a38
    Training in progress, step 500 about 4 years ago
  • Mar16_02-29-19_797d40265a38
    Training in progress, step 500 about 4 years ago
  • Mar16_14-44-50_44d80a68714c
    Training in progress, step 12500 about 4 years ago
  • Mar17_00-58-39_847390216a5b
    Training in progress, step 500 about 4 years ago
  • Mar17_01-04-50_847390216a5b
    Training in progress, step 500 about 4 years ago
  • Mar17_01-12-19_847390216a5b
    Training in progress, step 500 about 4 years ago
  • Mar24_00-12-44_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_00-30-08_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_00-36-09_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_00-53-37_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_00-59-30_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_01-15-08_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_01-42-20_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_02-03-14_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar24_02-11-04_b5dfe0604ac8
    Training in progress, step 500 about 4 years ago
  • Mar30_16-02-13_4bf976431a1a
    Training in progress, step 2000 about 4 years ago