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

  • Log In
  • Sign Up

RyyDer
/
deberta-tweetqa

Question Answering
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use RyyDer/deberta-tweetqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RyyDer/deberta-tweetqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="RyyDer/deberta-tweetqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("RyyDer/deberta-tweetqa")
    model = AutoModelForQuestionAnswering.from_pretrained("RyyDer/deberta-tweetqa")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-tweetqa
1.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RyyDer's picture
RyyDer
End of training
19e61e2 verified 11 months ago
  • runs
    End of training 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    1.61 kB
    End of training 11 months ago
  • added_tokens.json
    23 Bytes
    End of training 11 months ago
  • config.json
    1.01 kB
    End of training 11 months ago
  • model.safetensors
    1.74 GB
    xet
    End of training 11 months ago
  • special_tokens_map.json
    971 Bytes
    End of training 11 months ago
  • spm.model
    2.46 MB
    xet
    End of training 11 months ago
  • tokenizer.json
    8.65 MB
    End of training 11 months ago
  • tokenizer_config.json
    1.29 kB
    End of training 11 months ago
  • training_args.bin
    5.3 kB
    xet
    End of training 11 months ago