Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use AnushS/Hieroglyph-Translator-Using-Gardiner-Codes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnushS/Hieroglyph-Translator-Using-Gardiner-Codes with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AnushS/Hieroglyph-Translator-Using-Gardiner-Codes") model = AutoModelForSeq2SeqLM.from_pretrained("AnushS/Hieroglyph-Translator-Using-Gardiner-Codes", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 4.1388
|
| 20 |
-
|
|
|
|
| 21 |
- Gen Len: 6.946
|
| 22 |
|
| 23 |
## Model description
|
|
|
|
| 17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 4.1388
|
| 20 |
+
|
| 21 |
+
|
| 22 |
- Gen Len: 6.946
|
| 23 |
|
| 24 |
## Model description
|