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

willherbert27
/
bert-textbook-no-context-finetuned-squad

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

Instructions to use willherbert27/bert-textbook-no-context-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use willherbert27/bert-textbook-no-context-finetuned-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="willherbert27/bert-textbook-no-context-finetuned-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("willherbert27/bert-textbook-no-context-finetuned-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("willherbert27/bert-textbook-no-context-finetuned-squad", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-textbook-no-context-finetuned-squad
1.03 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 107 commits
willherbert27's picture
willherbert27
willherbert27/bert-finetuned-no-context-squad
05221fd verified over 2 years ago
  • tmp-checkpoint-63000
    Training in progress, step 500 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.92 kB
    willherbert27/bert-finetuned-no-context-squad over 2 years ago
  • config.json
    710 Bytes
    Training in progress, step 500 over 2 years ago
  • model.safetensors
    431 MB
    xet
    willherbert27/bert-finetuned-no-context-squad over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    669 kB
    willherbert27/bert-finetuned-no-context-squad over 2 years ago
  • tokenizer_config.json
    1.23 kB
    Training in progress, step 500 over 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.48 kB
    xet
    willherbert27/bert-finetuned-no-context-squad over 2 years ago
  • vocab.txt
    213 kB
    Training in progress, step 500 over 2 years ago