SugoiLoki commited on
Commit
6c10f9d
·
verified ·
1 Parent(s): 46ceab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -82,6 +82,7 @@ output = model.generate(inputs["input_ids"])
82
  refined_text = tokenizer.decode(output[0], skip_special_tokens=True)
83
 
84
  print(refined_text)
 
85
  Training Details
86
  Training Data
87
  The model was fine-tuned on a dataset consisting of 4000 rows of machine-translated text and refined English text. The dataset was designed to focus on translation corrections, ensuring that the model learns to improve translation fluency.
 
82
  refined_text = tokenizer.decode(output[0], skip_special_tokens=True)
83
 
84
  print(refined_text)
85
+ ```
86
  Training Details
87
  Training Data
88
  The model was fine-tuned on a dataset consisting of 4000 rows of machine-translated text and refined English text. The dataset was designed to focus on translation corrections, ensuring that the model learns to improve translation fluency.