Instructions to use SivilTaram/poet-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SivilTaram/poet-sql with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SivilTaram/poet-sql")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SivilTaram/poet-sql") model = AutoModel.from_pretrained("SivilTaram/poet-sql") - Notebooks
- Google Colab
- Kaggle
Qian Liu commited on
Commit ·
8fab387
1
Parent(s): 3fce5df
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:016682931be4be7850541b0fe47d7176c10c100db1d7dbf56d6d411f138c14e3
|
| 3 |
+
size 1625354663
|