Translation
PEFT
English
Dutch
bnjmnmarie commited on
Commit
cb8a977
·
1 Parent(s): 01fdb4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ model = PeftModel.from_pretrained(model, "kaitchup/Llama-2-7b-mt-Dutch-to-Englis
54
  Then, run the model as follows:
55
 
56
  ```
57
- my_text_translate = "This is the text to translate."
58
 
59
  prompt = my_text_translate+"###> "
60
 
 
54
  Then, run the model as follows:
55
 
56
  ```
57
+ my_text_translate = "Het is voor jou."
58
 
59
  prompt = my_text_translate+"###> "
60