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

anas-awadalla
/
roberta-large-data-seed-2

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

Instructions to use anas-awadalla/roberta-large-data-seed-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anas-awadalla/roberta-large-data-seed-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="anas-awadalla/roberta-large-data-seed-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("anas-awadalla/roberta-large-data-seed-2")
    model = AutoModelForQuestionAnswering.from_pretrained("anas-awadalla/roberta-large-data-seed-2")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-data-seed-2
1.47 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
anas-awadalla's picture
anas-awadalla
End of training
c2678c0 about 4 years ago
  • .gitattributes
    1.24 kB
    End of training about 4 years ago
  • .gitignore
    13 Bytes
    Model save about 4 years ago
  • README.md
    1.06 kB
    update model card README.md about 4 years ago
  • all_results.json
    300 Bytes
    End of training about 4 years ago
  • config.json
    688 Bytes
    Model save about 4 years ago
  • eval_nbest_predictions.json
    49.1 MB
    xet
    End of training about 4 years ago
  • eval_predictions.json
    586 kB
    End of training about 4 years ago
  • eval_results.json
    124 Bytes
    End of training about 4 years ago
  • merges.txt
    456 kB
    Model save about 4 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    Model save about 4 years ago
  • special_tokens_map.json
    239 Bytes
    Model save about 4 years ago
  • tokenizer.json
    2.11 MB
    Model save about 4 years ago
  • tokenizer_config.json
    350 Bytes
    Model save about 4 years ago
  • train_results.json
    196 Bytes
    End of training about 4 years ago
  • trainer_state.json
    4.13 kB
    End of training about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.18 kB
    xet
    Model save about 4 years ago
  • vocab.json
    798 kB
    Model save about 4 years ago