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
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
tags:
|
| 4 |
-
- generated_from_trainer
|
| 5 |
model-index:
|
| 6 |
- name: Hieroglyph-Translator-Using-Gardiner-Codes
|
| 7 |
results: []
|
|
@@ -82,4 +80,4 @@ The following hyperparameters were used during training:
|
|
| 82 |
- Transformers 4.27.4
|
| 83 |
- Pytorch 2.2.0.dev20231113
|
| 84 |
- Datasets 2.12.0
|
| 85 |
-
- Tokenizers 0.13.3
|
|
|
|
| 1 |
---
|
| 2 |
+
license: afl-3.0
|
|
|
|
|
|
|
| 3 |
model-index:
|
| 4 |
- name: Hieroglyph-Translator-Using-Gardiner-Codes
|
| 5 |
results: []
|
|
|
|
| 80 |
- Transformers 4.27.4
|
| 81 |
- Pytorch 2.2.0.dev20231113
|
| 82 |
- Datasets 2.12.0
|
| 83 |
+
- Tokenizers 0.13.3
|