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

krinal214
/
bert-all-squad_que_translated

Question Answering
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use krinal214/bert-all-squad_que_translated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use krinal214/bert-all-squad_que_translated with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="krinal214/bert-all-squad_que_translated")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("krinal214/bert-all-squad_que_translated")
    model = AutoModelForQuestionAnswering.from_pretrained("krinal214/bert-all-squad_que_translated")
  • Notebooks
  • Google Colab
  • Kaggle
bert-all-squad_que_translated
713 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
krinal214's picture
krinal214
update model card README.md
e45c6ec about 4 years ago
  • runs
    End of training about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • .gitignore
    13 Bytes
    End of training about 4 years ago
  • README.md
    1.3 kB
    update model card README.md about 4 years ago
  • config.json
    841 Bytes
    End of training about 4 years ago
  • pytorch_model.bin
    709 MB
    xet
    End of training about 4 years ago
  • special_tokens_map.json
    112 Bytes
    End of training about 4 years ago
  • tokenizer.json
    2.92 MB
    End of training about 4 years ago
  • tokenizer_config.json
    333 Bytes
    End of training about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.12 kB
    xet
    End of training about 4 years ago
  • vocab.txt
    996 kB
    End of training about 4 years ago