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

  • Log In
  • Sign Up

hmone231
/
gptj-squad

Question Answering
Transformers
Safetensors
gptj
Model card Files Files and versions
xet
Community

Instructions to use hmone231/gptj-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hmone231/gptj-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="hmone231/gptj-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("hmone231/gptj-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("hmone231/gptj-squad")
  • Notebooks
  • Google Colab
  • Kaggle
gptj-squad
11.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hmone231's picture
hmone231
Upload tokenizer
789e477 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.18 kB
    Upload GPTJForQuestionAnswering about 2 years ago
  • added_tokens.json
    4.33 kB
    Upload tokenizer about 2 years ago
  • config.json
    1 kB
    Upload GPTJForQuestionAnswering about 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer about 2 years ago
  • model-00001-of-00003.safetensors
    4.98 GB
    xet
    Upload GPTJForQuestionAnswering about 2 years ago
  • model-00002-of-00003.safetensors
    4.97 GB
    xet
    Upload GPTJForQuestionAnswering about 2 years ago
  • model-00003-of-00003.safetensors
    1.75 GB
    xet
    Upload GPTJForQuestionAnswering about 2 years ago
  • model.safetensors.index.json
    21.7 kB
    Upload GPTJForQuestionAnswering about 2 years ago
  • special_tokens_map.json
    438 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    2.14 MB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    26.7 kB
    Upload tokenizer about 2 years ago
  • vocab.json
    798 kB
    Upload tokenizer about 2 years ago