ryfye181 commited on
Commit
d966c4a
1 Parent(s): d56d8e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,4 +1,7 @@
1
  # Ancient Language Translation with Meta AI's No Language Left Behind Model (NLLB).
 
 
 
2
  ## Abstract
3
 
4
  Hittite is one of the oldest written
@@ -43,6 +46,7 @@ The implementation at nllb_hittite_to_english_finetune.ipynb.
43
 
44
  **!Must run on a GPU! CPU usage is not supported!**
45
 
 
46
  **Load model and tokenizer from Huggingface:**
47
  - $ model_load_name = "ryfye181/hittite_saved_model"
48
  - $ model = AutoModelForSeq2SeqLM.from_pretrained(model_load_name).cuda()
 
1
  # Ancient Language Translation with Meta AI's No Language Left Behind Model (NLLB).
2
+
3
+ **GitHub Link:** https://github.com/rfeinberg3/Hittite_English_Translation_w-NLLB
4
+
5
  ## Abstract
6
 
7
  Hittite is one of the oldest written
 
46
 
47
  **!Must run on a GPU! CPU usage is not supported!**
48
 
49
+
50
  **Load model and tokenizer from Huggingface:**
51
  - $ model_load_name = "ryfye181/hittite_saved_model"
52
  - $ model = AutoModelForSeq2SeqLM.from_pretrained(model_load_name).cuda()