Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ Training data: [WMT2025 en-ja parallel corpus](https://www2.statmt.org/wmt25/mtd
|
|
| 20 |
import transformers
|
| 21 |
import torch
|
| 22 |
|
| 23 |
-
model_id = "Systran/EuroLLM-9B-
|
| 24 |
|
| 25 |
pipeline = transformers.pipeline(
|
| 26 |
"text-generation",
|
|
|
|
| 20 |
import transformers
|
| 21 |
import torch
|
| 22 |
|
| 23 |
+
model_id = "Systran/EuroLLM-9B-sft-ft-wmt25-en-ja"
|
| 24 |
|
| 25 |
pipeline = transformers.pipeline(
|
| 26 |
"text-generation",
|