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

ptran74
/
DSPFirst-Finetuning-2

Question Answering
Transformers
PyTorch
electra
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use ptran74/DSPFirst-Finetuning-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ptran74/DSPFirst-Finetuning-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ptran74/DSPFirst-Finetuning-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ptran74/DSPFirst-Finetuning-2")
    model = AutoModelForQuestionAnswering.from_pretrained("ptran74/DSPFirst-Finetuning-2")
  • Notebooks
  • Google Colab
  • Kaggle
DSPFirst-Finetuning-2
2.67 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ecd501b verified over 1 year ago
  • .gitattributes
    1.27 kB
    Adding `safetensors` variant of this model over 1 year ago
  • .gitignore
    13 Bytes
    End of training about 4 years ago
  • README.md
    2.27 kB
    Update README.md about 4 years ago
  • config.json
    818 Bytes
    End of training about 4 years ago
  • model.safetensors
    1.34 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    1.34 GB
    xet
    End of training about 4 years ago
  • special_tokens_map.json
    112 Bytes
    End of training about 4 years ago
  • tokenizer.json
    712 kB
    End of training about 4 years ago
  • tokenizer_config.json
    566 Bytes
    End of training about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    3.06 kB
    xet
    End of training about 4 years ago
  • vocab.txt
    232 kB
    End of training about 4 years ago