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

Vivek
/
gptneo_hellaswag

Transformers
JAX
TensorBoard
gpt_neo
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Vivek/gptneo_hellaswag with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultipleChoice
    
    tokenizer = AutoTokenizer.from_pretrained("Vivek/gptneo_hellaswag")
    model = AutoModelForMultipleChoice.from_pretrained("Vivek/gptneo_hellaswag")
  • Notebooks
  • Google Colab
  • Kaggle
gptneo_hellaswag / src
32.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Vivek's picture
Vivek
changees
de0f6c4 almost 5 years ago
  • __pycache__
    Saving weights of epoch 3 at step 626 almost 5 years ago
  • gptneo_swag.py
    10.1 kB
    final files almost 5 years ago
  • model_file.py
    10.7 kB
    final files almost 5 years ago
  • requirements.txt
    55 Bytes
    final files almost 5 years ago
  • test_hellaswag.py
    2.52 kB
    changees almost 5 years ago