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

  • Log In
  • Sign Up

eanderson
/
mdeberta-v3-base-qa-squad_v1_nb

Question Answering
Transformers
Safetensors
deberta-v2
Model card Files Files and versions
xet
Community

Instructions to use eanderson/mdeberta-v3-base-qa-squad_v1_nb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use eanderson/mdeberta-v3-base-qa-squad_v1_nb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="eanderson/mdeberta-v3-base-qa-squad_v1_nb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("eanderson/mdeberta-v3-base-qa-squad_v1_nb")
    model = AutoModelForQuestionAnswering.from_pretrained("eanderson/mdeberta-v3-base-qa-squad_v1_nb", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mdeberta-v3-base-qa-squad_v1_nb
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
eanderson's picture
eanderson
Training in progress, step 3500
61abdbf verified over 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, step 500 over 2 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, step 500 over 2 years ago
  • config.json
    876 Bytes
    Training in progress, step 500 over 2 years ago
  • model.safetensors
    1.11 GB
    xet
    Training in progress, step 3500 over 2 years ago
  • special_tokens_map.json
    286 Bytes
    Training in progress, step 500 over 2 years ago
  • spm.model
    4.31 MB
    xet
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    16.3 MB
    xet
    Training in progress, step 500 over 2 years ago
  • tokenizer_config.json
    1.28 kB
    Training in progress, step 500 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "torch.device"

    How to fix it?

    4.73 kB
    xet
    Training in progress, step 500 over 2 years ago