AnushS commited on
Commit
2229de8
·
1 Parent(s): 7dcd29a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -22,9 +22,9 @@ To Translate any sequence of hieroglyphs using this model, provide the following
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:
30
  - Loss: 3.4556
@@ -55,9 +55,9 @@ The Inference Api on the hugging face model page doesn't work well, load the mod
55
 
56
  print(translated_keywords)
57
 
58
- print(translated_keywords)
59
 
60
- Intended uses & limitations
 
61
 
62
  The Model is intended to be used to translate hieroglyphs. The model does not provide full sentences, it only outputs bits and keywords.
63
 
 
22
 
23
  Examples :
24
 
25
+ "TTranslate hieroglyph gardiner code sequence to English: A4 A5 A1 B6 F8"
26
 
27
+ "Translate hieroglyph gardiner code sequence to English: A4 A5 G4 H9 P3"
28
 
29
  It achieves the following results on the evaluation set:
30
  - Loss: 3.4556
 
55
 
56
  print(translated_keywords)
57
 
 
58
 
59
+
60
+ # Intended uses & limitations
61
 
62
  The Model is intended to be used to translate hieroglyphs. The model does not provide full sentences, it only outputs bits and keywords.
63