Someman commited on
Commit
7511648
1 Parent(s): bf2c5b0

formatted*

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  ---
11
 
12
  ### MT5-Summarize-Hi
13
- A seq2seqLM model pretrained on (google/mt5-small)[https://hf.co/google/mt5-small].
14
 
15
 
16
  ### How To Use
@@ -56,6 +56,7 @@ A seq2seqLM model pretrained on (google/mt5-small)[https://hf.co/google/mt5-smal
56
  ```
57
 
58
  ### Evaluation Result
59
- Step Training Loss Validation Loss
60
- 5000 1.541200 1.319326
61
- 10000 1.402300 1.231357
 
 
10
  ---
11
 
12
  ### MT5-Summarize-Hi
13
+ A seq2seqLM model pretrained on [google/mt5-small](https://hf.co/google/mt5-small).
14
 
15
 
16
  ### How To Use
 
56
  ```
57
 
58
  ### Evaluation Result
59
+ | Step | Training Loss | Validation Loss|
60
+ |-------|---------------|----------------|
61
+ | 5000 | 1.541200 | 1.319326 |
62
+ | 10000 | 1.402300 | 1.231357 |