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

pranjal0198
/
roberta_fine_tuned_qa_model

Question Answering
Transformers
PyTorch
roberta
Generated from Trainer
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use pranjal0198/roberta_fine_tuned_qa_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="pranjal0198/roberta_fine_tuned_qa_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("pranjal0198/roberta_fine_tuned_qa_model")
    model = AutoModelForQuestionAnswering.from_pretrained("pranjal0198/roberta_fine_tuned_qa_model")
  • Notebooks
  • Google Colab
  • Kaggle
roberta_fine_tuned_qa_model
997 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
1b8532f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.48 kB
    End of training almost 3 years ago
  • config.json
    681 Bytes
    End of training almost 3 years ago
  • merges.txt
    456 kB
    End of training almost 3 years ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    496 MB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    End of training almost 3 years ago
  • tokenizer.json
    2.11 MB
    End of training almost 3 years ago
  • tokenizer_config.json
    351 Bytes
    End of training almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.09 kB
    xet
    End of training almost 3 years ago
  • vocab (1).json
    1.06 MB
    Upload 3 files over 2 years ago
  • vocab.json
    798 kB
    End of training almost 3 years ago