FluxiIA commited on
Commit
faee052
·
verified ·
1 Parent(s): 3c850be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -21,3 +21,12 @@ language:
21
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
21
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
24
+
25
+ ```json
26
+ EN_TO_PT_PROMPT = """
27
+ Traduza o texto de EN PARA PT
28
+ """
29
+ PT_TO_EN_PROMPT = """
30
+ Traduza o texto de PT PARA EN
31
+ """
32
+ ```