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

  • Log In
  • Sign Up

fathyshalab
/
wechsel-saquad20

Question Answering
Transformers
PyTorch
Safetensors
roberta
Model card Files Files and versions
xet
Community

Instructions to use fathyshalab/wechsel-saquad20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fathyshalab/wechsel-saquad20 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="fathyshalab/wechsel-saquad20")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("fathyshalab/wechsel-saquad20")
    model = AutoModelForQuestionAnswering.from_pretrained("fathyshalab/wechsel-saquad20")
  • Notebooks
  • Google Colab
  • Kaggle
wechsel-saquad20
996 MB
Ctrl+K
Ctrl+K
History: 2 commits
system's picture
system HF Staff
Commit From AutoTrain
1020366 over 2 years ago
  • .gitattributes
    1.66 kB
    Commit From AutoTrain over 2 years ago
  • config.json
    761 Bytes
    Commit From AutoTrain over 2 years ago
  • merges.txt
    514 kB
    Commit From AutoTrain over 2 years ago
  • model.safetensors
    496 MB
    xet
    Commit From AutoTrain over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    496 MB
    xet
    Commit From AutoTrain over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Commit From AutoTrain over 2 years ago
  • tokenizer.json
    2.22 MB
    xet
    Commit From AutoTrain over 2 years ago
  • tokenizer_config.json
    492 Bytes
    Commit From AutoTrain over 2 years ago
  • vocab.json
    856 kB
    Commit From AutoTrain over 2 years ago