anuragshas commited on
Commit
ba6a1e0
1 Parent(s): a8cc40a

fix table in readme

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  ---
4
 
5
  ## Dataset
6
- NEWS2018 DATASET_04, Task ID: M-EnHi http://workshop.colips.org/news2018/dataset.html
7
 
8
  ## Notebooks
9
  - `xmltodict.ipynb` contains the code to convert the `xml` files to `json` for training
@@ -16,7 +16,7 @@ NEWS2018 DATASET_04, Task ID: M-EnHi http://workshop.colips.org/news2018/dataset
16
  ## Evaluation Scores on validation set
17
  TOP 10 SCORES FOR 1000 SAMPLES:
18
  |Metrics | Score |
19
- | ----------- | ----------- |
20
  |ACC: | 0.703000|
21
  |Mean F-score:| 0.949289|
22
  |MRR: | 0.486549|
@@ -25,7 +25,7 @@ TOP 10 SCORES FOR 1000 SAMPLES:
25
 
26
  TOP 5 SCORES FOR 1000 SAMPLES:
27
  |Metrics | Score |
28
- | ----------- | ----------- |
29
  |ACC: |0.621000|
30
  |Mean F-score: |0.937985|
31
  |MRR: |0.475033|
@@ -33,7 +33,7 @@ TOP 5 SCORES FOR 1000 SAMPLES:
33
 
34
  TOP 3 SCORES FOR 1000 SAMPLES:
35
  |Metrics | Score |
36
- | ----------- | ----------- |
37
  |ACC: |0.560000|
38
  |Mean F-score: |0.927025|
39
  |MRR: |0.461333|
@@ -41,7 +41,7 @@ TOP 3 SCORES FOR 1000 SAMPLES:
41
 
42
  TOP 2 SCORES FOR 1000 SAMPLES:
43
  |Metrics | Score |
44
- | ----------- | ----------- |
45
  |ACC: | 0.502000|
46
  |Mean F-score: | 0.913697|
47
  |MRR: | 0.442000|
@@ -49,7 +49,7 @@ TOP 2 SCORES FOR 1000 SAMPLES:
49
 
50
  TOP 1 SCORES FOR 1000 SAMPLES:
51
  |Metrics | Score |
52
- | ----------- | ----------- |
53
  |ACC: | 0.382000|
54
  |Mean F-score: | 0.881272|
55
  |MRR: | 0.382000|
 
3
  ---
4
 
5
  ## Dataset
6
+ [NEWS2018 DATASET_04, Task ID: M-EnHi](http://workshop.colips.org/news2018/dataset.html)
7
 
8
  ## Notebooks
9
  - `xmltodict.ipynb` contains the code to convert the `xml` files to `json` for training
 
16
  ## Evaluation Scores on validation set
17
  TOP 10 SCORES FOR 1000 SAMPLES:
18
  |Metrics | Score |
19
+ |-----------|:-----------:|
20
  |ACC: | 0.703000|
21
  |Mean F-score:| 0.949289|
22
  |MRR: | 0.486549|
 
25
 
26
  TOP 5 SCORES FOR 1000 SAMPLES:
27
  |Metrics | Score |
28
+ |-----------|:-----------:|
29
  |ACC: |0.621000|
30
  |Mean F-score: |0.937985|
31
  |MRR: |0.475033|
 
33
 
34
  TOP 3 SCORES FOR 1000 SAMPLES:
35
  |Metrics | Score |
36
+ |-----------|:-----------:|
37
  |ACC: |0.560000|
38
  |Mean F-score: |0.927025|
39
  |MRR: |0.461333|
 
41
 
42
  TOP 2 SCORES FOR 1000 SAMPLES:
43
  |Metrics | Score |
44
+ |-----------|:-----------:|
45
  |ACC: | 0.502000|
46
  |Mean F-score: | 0.913697|
47
  |MRR: | 0.442000|
 
49
 
50
  TOP 1 SCORES FOR 1000 SAMPLES:
51
  |Metrics | Score |
52
+ |-----------|:-----------:|
53
  |ACC: | 0.382000|
54
  |Mean F-score: | 0.881272|
55
  |MRR: | 0.382000|