Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
suriya7
/
t5-base-text-to-sql
like
6
Text2Text Generation
Transformers
Safetensors
b-mc2/sql-create-context
English
t5
code
text-generation-inference
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
suriya7
commited on
Mar 20
Commit
4042c1d
•
1 Parent(s):
9e116a9
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
CHANGED
Viewed
@@ -1,4 +1,8 @@
1
---
2
license: mit
3
pipeline_tag: text2text-generation
4
---
1
---
2
license: mit
3
pipeline_tag: text2text-generation
4
+
inference:
5
+
parameters:
6
+
max_new_tokens: 100
7
+
do_sample: false
8
---