Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
OneGate
/
OGSQL-7B
like
6
Follow
OneGate
6
Text Generation
Transformers
Safetensors
English
gemma
Text-to-sql
conversational
text-generation-inference
Inference Endpoints
License:
cc-by-4.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
MatrixIA
commited on
Apr 11
Commit
c955888
•
1 Parent(s):
dd21896
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+3
-1
README.md
CHANGED
Viewed
@@ -67,4 +67,6 @@ show me all the orders from last month , sort by date
67
68
69
"""
70
-
print(generate_sql(query))
67
68
69
"""
70
+
print(generate_sql(query))
71
+
72
+
```