eduardem commited on
Commit
6d7ad60
1 Parent(s): ecc9c97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -12,6 +12,9 @@ library_name: transformers
12
  Welcome to the alpha release of parrot_en_es English to Spanish In-Context Translation Model, fine-tuned from LLaMa-2-13B with 250,000 real examples.
13
  This model is uniquely designed to offer translations in specific contexts, ensuring the accuracy and relevancy of the translation.
14
 
 
 
 
15
  ## Features:
16
  1. Context-aware translations.
17
  2. Preservation of original formatting including line breaks, HTML, XML, and more.
 
12
  Welcome to the alpha release of parrot_en_es English to Spanish In-Context Translation Model, fine-tuned from LLaMa-2-13B with 250,000 real examples.
13
  This model is uniquely designed to offer translations in specific contexts, ensuring the accuracy and relevancy of the translation.
14
 
15
+ ## Fine tune:
16
+ Was done using this code: https://github.com/iongpt/qlora-llama2-orca/blob/main/train.py with a dataset of 250 000 rows using one A100 GPU for 20 hours.
17
+
18
  ## Features:
19
  1. Context-aware translations.
20
  2. Preservation of original formatting including line breaks, HTML, XML, and more.