Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
GPT-4
/
GPT-3
like
1
Text Classification
Adapters
fka/awesome-chatgpt-prompts
English
arxiv:
1910.09700
License:
openrail
Model card
Files
Files and versions
Community
Use this model
GPT-4
commited on
Jul 5, 2023
Commit
f625d98
·
1 Parent(s):
1cb9a8f
Update GPT-2.py
Browse files
Files changed (1)
hide
show
GPT-2.py
+0
-1
GPT-2.py
CHANGED
Viewed
@@ -1,4 +1,3 @@
1
-
python
2
import torch
3
from transformers import GPT2LMHeadModel, GPT2Tokenizer
4
1
import torch
2
from transformers import GPT2LMHeadModel, GPT2Tokenizer
3