Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
luciangreen
/
la1
like
0
License:
bsd-3-clause
Model card
Files
Files and versions
xet
Community
luciangreen
commited on
Jul 27, 2024
Commit
e4b0843
·
verified
·
1 Parent(s):
4e6bff7
Create la1
Browse files
Files changed (1)
hide
show
la1
+4
-0
la1
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("text-generation", model="openai-community/gpt2")