Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Akash82228
/
tmp_trainer

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

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

  • Libraries
  • Transformers

    How to use Akash82228/tmp_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Akash82228/tmp_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Akash82228/tmp_trainer")
    model = AutoModelForQuestionAnswering.from_pretrained("Akash82228/tmp_trainer")
  • Notebooks
  • Google Colab
  • Kaggle
tmp_trainer
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Akash82228's picture
Akash82228
Akash82228/Fine-Tuned-Roberta
6f11d44 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.05 kB
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • config.json
    782 Bytes
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • merges.txt
    456 kB
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • model.safetensors
    496 MB
    xet
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • special_tokens_map.json
    957 Bytes
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • tokenizer.json
    2.11 MB
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • tokenizer_config.json
    1.27 kB
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.6 kB
    xet
    Akash82228/Fine-Tuned-Roberta over 2 years ago
  • vocab.json
    798 kB
    Akash82228/Fine-Tuned-Roberta over 2 years ago