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
|
@@ -13,7 +13,7 @@ model-index:
|
|
| 13 |
|
| 14 |
This model was created to translate hieroglyphs into english.
|
| 15 |
|
| 16 |
-
Egyptian Hieroglyphs have been grouped into different classes and given a referencing method called [Gardiner Codes]
|
| 17 |
|
| 18 |
Using the Gardiner Codes we can assign meanings to different combinations of hieroglyphs.
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
This model was created to translate hieroglyphs into english.
|
| 15 |
|
| 16 |
+
Egyptian Hieroglyphs have been grouped into different classes and given a referencing method called [Gardiner Codes](https://www.egyptianhieroglyphs.net/gardiners-sign-list/) using Gardiner Classification.
|
| 17 |
|
| 18 |
Using the Gardiner Codes we can assign meanings to different combinations of hieroglyphs.
|
| 19 |
|