Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
akoksal
/
LongForm-OPT-2.7B
like
3
Text2Text Generation
Transformers
PyTorch
Safetensors
akoksal/LongForm
6 languages
opt
text-generation
instruction-tuning
text-generation-inference
Inference Endpoints
arxiv:
2304.08460
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
akoksal
commited on
Apr 15, 2023
Commit
877239e
•
1 Parent(s):
4129d8c
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -42,5 +42,5 @@ inference:
42
parameters:
43
top_p: 0.9
44
do_sample: true
45
-
min_new_tokens
:
20
46
---
42
parameters:
43
top_p: 0.9
44
do_sample: true
45
+
max_length
:
100
46
---