NickyNicky commited on
Commit
a44b635
1 Parent(s): 1d38228

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -93,3 +93,15 @@ outputs = model.generate(**input,
93
  )
94
  print(tokenizer.decode(outputs[0], skip_special_tokens=False) )
95
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  )
94
  print(tokenizer.decode(outputs[0], skip_special_tokens=False) )
95
  ```
96
+
97
+
98
+ ```
99
+ train dataset: 50k values
100
+ https://huggingface.co/datasets/NickyNicky/Colossal_Translation_EN_ES_ORPO_DPO_Gemma
101
+ ```
102
+
103
+ ```
104
+ original dataset:
105
+ https://huggingface.co/datasets/Iker/Colossal-Instruction-Translation-EN-ES
106
+ ```
107
+