ZakaryaRouzki commited on
Commit
14f4699
1 Parent(s): 7d4fffb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,14 +1,3 @@
1
- T5 model fine-tuned for punctuation restoration.
2
- Model currently supports only French Language. More language supports will be added later using mT5.
3
-
4
- Train Datasets :
5
- Model trained using 2 french datasets (around 500k records):
6
- - [orange_sum](https://huggingface.co/datasets/orange_sum)
7
- - [mlsum](https://huggingface.co/datasets/mlsum) (only french text)
8
-
9
-
10
- more info will be added later.
11
-
12
  ---
13
  language:
14
  - "fr"
@@ -20,4 +9,15 @@ license: apache-2.0
20
  datasets:
21
  - orange_sum
22
  - mlsum
23
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - "fr"
 
9
  datasets:
10
  - orange_sum
11
  - mlsum
12
+ ---
13
+
14
+ T5 model fine-tuned for punctuation restoration.
15
+ Model currently supports only French Language. More language supports will be added later using mT5.
16
+
17
+ Train Datasets :
18
+ Model trained using 2 french datasets (around 500k records):
19
+ - [orange_sum](https://huggingface.co/datasets/orange_sum)
20
+ - [mlsum](https://huggingface.co/datasets/mlsum) (only french text)
21
+
22
+
23
+ more info will be added later.