AnushS commited on
Commit
8caac51
·
1 Parent(s): 7fbce7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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] {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
 
@@ -36,7 +36,7 @@ It achieves the following results on the evaluation set:
36
 
37
  # Model description
38
 
39
- This model is a fine-tuned version of t5-small on a custom dataset derived from the [Dictionary of Middle Egyptian]{https://www.academia.edu/42457720/Dictionary_of_Middle_Egyptian_in_Gardiner_Classification_Order}.
40
 
41
  The Inference Api on the hugging face model page doesn't work well, load the model in jupyter notebook using the following code snippet:
42
 
 
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
 
 
36
 
37
  # Model description
38
 
39
+ This model is a fine-tuned version of t5-small on a custom dataset derived from the [Dictionary of Middle Egyptian](https://www.academia.edu/42457720/Dictionary_of_Middle_Egyptian_in_Gardiner_Classification_Order).
40
 
41
  The Inference Api on the hugging face model page doesn't work well, load the model in jupyter notebook using the following code snippet:
42