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

ksabeh
/
distilbert-attribute-correction-mlm

Question Answering
Transformers
google-tensorflow TensorFlow
TensorBoard
distilbert
generated_from_keras_callback
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use ksabeh/distilbert-attribute-correction-mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ksabeh/distilbert-attribute-correction-mlm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ksabeh/distilbert-attribute-correction-mlm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ksabeh/distilbert-attribute-correction-mlm")
    model = AutoModelForQuestionAnswering.from_pretrained("ksabeh/distilbert-attribute-correction-mlm")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-attribute-correction-mlm / logs /validation
352 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ksabeh's picture
ksabeh
Training in progress epoch 1
32a23f2 about 4 years ago
  • events.out.tfevents.1652872174.314657b40b1d.33.1.v2
    352 Bytes
    xet
    Training in progress epoch 1 about 4 years ago