zihaozhao commited on
Commit
0c9a339
1 Parent(s): 124fbce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -12,19 +12,16 @@ co2_eq_emissions:
12
  emissions: 1.5370817042101073
13
  ---
14
  Targeting at large-scale translation of Chest X-ray reports
15
- # Model Trained Using AutoTrain
16
 
17
- - Problem type: Translation
18
- - Model ID: 44764112685
19
 
20
- ## Validation Metrics
21
 
22
- - Loss: 0.925
23
- - SacreBLEU: 23.060
24
- - Gen len: 75.417
25
 
26
- ## Description
27
 
28
- - Fine-tuned on the MIMIC-CXR dataset, using 2k reports in english and corresponding reports in chinese
29
- - In the training pharse, all ground-truth chinese reports are translated by ChatGPT
30
- - Able to translate radiology reports of Chest X-ray with ease
 
12
  emissions: 1.5370817042101073
13
  ---
14
  Targeting at large-scale translation of Chest X-ray reports
 
15
 
 
 
16
 
17
+ ## Description
18
 
19
+ - This BART model was fine-tuned on MIMIC-CXR dataset, aiming to provide a conventionl tool to translate English chest x-ray report into Chinese.
20
+ - During fine-tuning, it utilized 2k english chest x-ray reports and corresponding chinese version
21
+ - All chinese reports used during fine-tuning were translated by ChatGPT
22
 
23
+ - ## Validation Metrics
24
 
25
+ - Loss: 0.925
26
+ - SacreBLEU: 23.060
27
+ - Gen len: 75.417