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
|
@@ -9,9 +9,6 @@ model-index:
|
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
-
|
| 15 |
# Hieroglyph-Translator-Using-Gardiner-Codes
|
| 16 |
|
| 17 |
This model was created to translate hieroglyphs into english.
|
|
@@ -24,7 +21,9 @@ To Translate any sequence of hieroglyphs using this model, provide the following
|
|
| 24 |
"Translate hieroglyph unicode sequence to English: {Gardiner Codes of the Hieroglyphs}"
|
| 25 |
|
| 26 |
Examples :
|
|
|
|
| 27 |
"Translate hieroglyph unicode sequence to English: A1 B6 F8"
|
|
|
|
| 28 |
"Translate hieroglyph unicode sequence to English: G4 H9 P3"
|
| 29 |
|
| 30 |
It achieves the following results on the evaluation set:
|
|
|
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
# Hieroglyph-Translator-Using-Gardiner-Codes
|
| 13 |
|
| 14 |
This model was created to translate hieroglyphs into english.
|
|
|
|
| 21 |
"Translate hieroglyph unicode sequence to English: {Gardiner Codes of the Hieroglyphs}"
|
| 22 |
|
| 23 |
Examples :
|
| 24 |
+
|
| 25 |
"Translate hieroglyph unicode sequence to English: A1 B6 F8"
|
| 26 |
+
|
| 27 |
"Translate hieroglyph unicode sequence to English: G4 H9 P3"
|
| 28 |
|
| 29 |
It achieves the following results on the evaluation set:
|