Instructions to use SivilTaram/poet-sql-digit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SivilTaram/poet-sql-digit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SivilTaram/poet-sql-digit")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SivilTaram/poet-sql-digit") model = AutoModel.from_pretrained("SivilTaram/poet-sql-digit") - Notebooks
- Google Colab
- Kaggle
Qian Liu commited on
Commit ·
02da9fe
1
Parent(s): 6ce2bb2
Upload tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_max_length": 1024}
|