Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ehdwns1516
/
gpt2_review_star2
like
0
Text Generation
Transformers
PyTorch
gpt2
text-generation-inference
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
ehdwns1516
commited on
Jul 22, 2021
Commit
fff294a
·
1 Parent(s):
a3b56bb
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -44,5 +44,5 @@ generator = pipeline(
44
context = "your context"
45
46
result = dict()
47
-
result[0] =
generator_2_en
(context)[0]
48
```
44
context = "your context"
45
46
result = dict()
47
+
result[0] =
generator
(context)[0]
48
```