NickyNicky
commited on
Update README.md
Browse files
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 |
+
|