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

tudnlp23g69
/
hw6

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

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

  • Libraries
  • Transformers

    How to use tudnlp23g69/hw6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="tudnlp23g69/hw6")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("tudnlp23g69/hw6")
    model = AutoModelForQuestionAnswering.from_pretrained("tudnlp23g69/hw6", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hw6
327 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Gruppe 69
first model
3af20e9 over 3 years ago
  • .gitattributes
    1.54 kB
    lfs track eval_nbest_predictions.json over 3 years ago
  • README.md
    1.03 kB
    first model over 3 years ago
  • all_results.json
    407 Bytes
    first model over 3 years ago
  • config.json
    715 Bytes
    first model over 3 years ago
  • eval_nbest_predictions.json
    59.7 MB
    xet
    first model over 3 years ago
  • eval_predictions.json
    853 kB
    first model over 3 years ago
  • eval_results.json
    230 Bytes
    first model over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    266 MB
    xet
    first model over 3 years ago
  • special_tokens_map.json
    125 Bytes
    first model over 3 years ago
  • tokenizer.json
    712 kB
    first model over 3 years ago
  • tokenizer_config.json
    447 Bytes
    first model over 3 years ago
  • train_results.json
    197 Bytes
    first model over 3 years ago
  • trainer_state.json
    6.58 kB
    first model over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.45 kB
    xet
    first model over 3 years ago
  • vocab.txt
    232 kB
    first model over 3 years ago