Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ datasets:
|
|
4 |
metrics:
|
5 |
- rouge
|
6 |
model-index:
|
7 |
-
- name:
|
8 |
results:
|
9 |
- task:
|
10 |
name: Summarization
|
@@ -17,11 +17,15 @@ model-index:
|
|
17 |
- name: Rouge1
|
18 |
type: rouge
|
19 |
value: 43.2049
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# [Mukayese: Turkish NLP Strikes Back](https://arxiv.org/abs/2203.01215)
|
23 |
|
24 |
-
## Summarization: mukayese/
|
25 |
|
26 |
_This model is uncased_, it was initialized from scratch and trained only the mlsum/tu dataset with no pre-training.
|
27 |
|
@@ -72,4 +76,4 @@ The following hyperparameters were used during training:
|
|
72 |
archivePrefix={arXiv},
|
73 |
primaryClass={cs.CL}
|
74 |
}
|
75 |
-
```
|
|
|
4 |
metrics:
|
5 |
- rouge
|
6 |
model-index:
|
7 |
+
- name: mukayese/transformer-turkish-summarization
|
8 |
results:
|
9 |
- task:
|
10 |
name: Summarization
|
|
|
17 |
- name: Rouge1
|
18 |
type: rouge
|
19 |
value: 43.2049
|
20 |
+
license: mit
|
21 |
+
language:
|
22 |
+
- tr
|
23 |
+
pipeline_tag: summarization
|
24 |
---
|
25 |
|
26 |
# [Mukayese: Turkish NLP Strikes Back](https://arxiv.org/abs/2203.01215)
|
27 |
|
28 |
+
## Summarization: mukayese/transformer-turkish-summarization
|
29 |
|
30 |
_This model is uncased_, it was initialized from scratch and trained only the mlsum/tu dataset with no pre-training.
|
31 |
|
|
|
76 |
archivePrefix={arXiv},
|
77 |
primaryClass={cs.CL}
|
78 |
}
|
79 |
+
```
|