Instructions to use mamlong34/t5_small_race_mutlirc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mamlong34/t5_small_race_mutlirc with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mamlong34/t5_small_race_mutlirc") model = AutoModelForSeq2SeqLM.from_pretrained("mamlong34/t5_small_race_mutlirc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the race dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -38,13 +38,13 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- learning_rate: 0.
|
| 42 |
- train_batch_size: 8
|
| 43 |
- eval_batch_size: 8
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
-
- lr_scheduler_warmup_steps:
|
| 48 |
- num_epochs: 3.0
|
| 49 |
|
| 50 |
### Training results
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the race dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.6650
|
| 22 |
+
- Accuracy: 0.308
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 0.0003
|
| 42 |
- train_batch_size: 8
|
| 43 |
- eval_batch_size: 8
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
+
- lr_scheduler_warmup_steps: 100
|
| 48 |
- num_epochs: 3.0
|
| 49 |
|
| 50 |
### Training results
|