Abdul Waheed commited on
Commit
a213911
1 Parent(s): dd03f97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -6,11 +6,11 @@ language:
6
  metrics:
7
  - bleu
8
  ---
 
 
 
9
 
10
- ```markdown
11
- # Fine-tuned mBART Model for English to Urdu Translation
12
 
13
- This repository contains a fine-tuned mBART model for English to Urdu translation. The model has been trained on a custom dataset and evaluated on test data.
14
 
15
  ## Model Information
16
 
@@ -21,7 +21,7 @@ This repository contains a fine-tuned mBART model for English to Urdu translatio
21
  - **Target Language:** Urdu (`ur`)
22
 
23
  ## Usage
24
-
25
  ```python
26
  from transformers import MBart50TokenizerFast, MBartForConditionalGeneration
27
 
 
6
  metrics:
7
  - bleu
8
  ---
9
+ ##Fine-tuned mBART Model for English to Urdu Translation
10
+ This repository contains a fine-tuned mBART model for English to Urdu translation. The model has been trained on a custom dataset and evaluated on test data.
11
+
12
 
 
 
13
 
 
14
 
15
  ## Model Information
16
 
 
21
  - **Target Language:** Urdu (`ur`)
22
 
23
  ## Usage
24
+ ```markdown
25
  ```python
26
  from transformers import MBart50TokenizerFast, MBartForConditionalGeneration
27