TajaKuzman
commited on
Commit
•
de7ed0f
1
Parent(s):
5ffe01f
Update README.md
Browse files
README.md
CHANGED
@@ -114,7 +114,7 @@ widget:
|
|
114 |
différentes. C'est gratuit !
|
115 |
example_title: French
|
116 |
datasets:
|
117 |
-
- TajaKuzman/X-GENRE-
|
118 |
base_model:
|
119 |
- FacebookAI/xlm-roberta-base
|
120 |
---
|
@@ -122,7 +122,7 @@ base_model:
|
|
122 |
# X-GENRE classifier - multilingual text genre classifier
|
123 |
|
124 |
Text classification model based on [`xlm-roberta-base`](https://huggingface.co/xlm-roberta-base)
|
125 |
-
and fine-tuned on a [multilingual manually-annotated X-GENRE genre dataset](https://huggingface.co/datasets/TajaKuzman/X-GENRE-
|
126 |
The model can be used for automatic genre identification, applied to any text in a language, supported by the `xlm-roberta-base`.
|
127 |
|
128 |
The details on the model development, the datasets and the model's in-dataset, cross-dataset and multilingual performance are provided in the paper [Automatic Genre Identification for Robust Enrichment of Massive Text Collections: Investigation of Classification Methods in the Era of Large Language Models](https://www.mdpi.com/2504-4990/5/3/59) (Kuzman et al., 2023).
|
@@ -289,7 +289,7 @@ model_args= {
|
|
289 |
|
290 |
## Citation
|
291 |
|
292 |
-
If you use the model, please cite the paper which describes creation of the [X-GENRE dataset](https://huggingface.co/datasets/TajaKuzman/X-GENRE-
|
293 |
|
294 |
```
|
295 |
@article{kuzman2023automatic,
|
|
|
114 |
différentes. C'est gratuit !
|
115 |
example_title: French
|
116 |
datasets:
|
117 |
+
- TajaKuzman/X-GENRE-text-genre-dataset
|
118 |
base_model:
|
119 |
- FacebookAI/xlm-roberta-base
|
120 |
---
|
|
|
122 |
# X-GENRE classifier - multilingual text genre classifier
|
123 |
|
124 |
Text classification model based on [`xlm-roberta-base`](https://huggingface.co/xlm-roberta-base)
|
125 |
+
and fine-tuned on a [multilingual manually-annotated X-GENRE genre dataset](https://huggingface.co/datasets/TajaKuzman/X-GENRE-text-genre-dataset).
|
126 |
The model can be used for automatic genre identification, applied to any text in a language, supported by the `xlm-roberta-base`.
|
127 |
|
128 |
The details on the model development, the datasets and the model's in-dataset, cross-dataset and multilingual performance are provided in the paper [Automatic Genre Identification for Robust Enrichment of Massive Text Collections: Investigation of Classification Methods in the Era of Large Language Models](https://www.mdpi.com/2504-4990/5/3/59) (Kuzman et al., 2023).
|
|
|
289 |
|
290 |
## Citation
|
291 |
|
292 |
+
If you use the model, please cite the paper which describes creation of the [X-GENRE dataset](https://huggingface.co/datasets/TajaKuzman/X-GENRE-text-genre-dataset) and the genre classifier:
|
293 |
|
294 |
```
|
295 |
@article{kuzman2023automatic,
|