Instructions to use e22vvb/EN_mt5-base_5_wikiSQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use e22vvb/EN_mt5-base_5_wikiSQL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("e22vvb/EN_mt5-base_5_wikiSQL") model = AutoModelForSeq2SeqLM.from_pretrained("e22vvb/EN_mt5-base_5_wikiSQL") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"decoder_start_token_id": 0,
|
| 4 |
+
"eos_token_id": 1,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.26.1"
|
| 7 |
+
}
|
runs/Jan23_10-58-10_munich/events.out.tfevents.1705982688.munich.678730.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab4deae05098e5a0fa5c02bf44c680e5d47f8910facde388f408a3a0ba1842c9
|
| 3 |
+
size 13505
|