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

sunitha
/
roberta-customds-finetune

Question Answering
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use sunitha/roberta-customds-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sunitha/roberta-customds-finetune with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="sunitha/roberta-customds-finetune")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("sunitha/roberta-customds-finetune")
    model = AutoModelForQuestionAnswering.from_pretrained("sunitha/roberta-customds-finetune")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-customds-finetune
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
sunitha's picture
sunitha
Upload pytorch_model.bin with git-lfs
b4dade5 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    782 Bytes
    Upload config.json over 4 years ago
  • merges.txt
    456 kB
    Upload merges.txt over 4 years ago
  • pytorch_model.bin
    496 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    772 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer.json over 4 years ago
  • tokenizer_config.json
    1.37 kB
    Upload tokenizer_config.json over 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.18 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago
  • vocab.json
    798 kB
    Upload vocab.json over 4 years ago