Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
jaeyoungk
/
Albatross
like
0
Text Generation
Transformers
Safetensors
llama
text-generation-inference
Inference Endpoints
arxiv:
1910.09700
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
jaeyoungk
commited on
Jun 1
Commit
5dab9ca
•
1 Parent(s):
3169b4b
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -103,7 +103,7 @@ def gen(x):
103
# test the model
104
gen('input your text here')
105
106
-
107
108
### Direct Use
109
103
# test the model
104
gen('input your text here')
105
106
+
``` python
107
108
### Direct Use
109