dardem commited on
Commit
0d29539
·
verified ·
1 Parent(s): 388abd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -8,13 +8,15 @@ tags:
8
  - formality
9
  licenses:
10
  - cc-by-nc-sa
11
- license: cc-by-nc-sa-4.0
 
 
12
  ---
13
 
14
 
15
  **Model Overview**
16
 
17
- This is the model presented in the paper "Detecting Text Formality: A Study of Text Classification Approaches".
18
 
19
  The original model is [mDeBERTa (base)](https://huggingface.co/microsoft/mdeberta-v3-base). Then, it was fine-tuned on the multilingual corpus for fomality classiication [X-FORMAL](https://arxiv.org/abs/2104.04108) that consists of 4 languages -- English (from [GYAFC](https://arxiv.org/abs/1803.06535)), French, Italian, and Brazilian Portuguese.
20
  In our experiments, the model showed the best results within Transformer-based models for the multilingual formality classification task. More details, code and data can be found [here](https://github.com/s-nlp/formality).
@@ -60,9 +62,4 @@ model = AutoModelForSequenceClassification.from_pretrained(model_name)
60
 
61
  ## Licensing Information
62
 
63
- [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
64
-
65
- [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
66
-
67
- [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
68
- [cc-by-nc-sa-image]: https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png
 
8
  - formality
9
  licenses:
10
  - cc-by-nc-sa
11
+ license: openrail++
12
+ base_model:
13
+ - microsoft/mdeberta-v3-base
14
  ---
15
 
16
 
17
  **Model Overview**
18
 
19
+ This is the model presented in the paper ["Detecting Text Formality: A Study of Text Classification Approaches"]((https://aclanthology.org/2023.ranlp-1.31/)).
20
 
21
  The original model is [mDeBERTa (base)](https://huggingface.co/microsoft/mdeberta-v3-base). Then, it was fine-tuned on the multilingual corpus for fomality classiication [X-FORMAL](https://arxiv.org/abs/2104.04108) that consists of 4 languages -- English (from [GYAFC](https://arxiv.org/abs/1803.06535)), French, Italian, and Brazilian Portuguese.
22
  In our experiments, the model showed the best results within Transformer-based models for the multilingual formality classification task. More details, code and data can be found [here](https://github.com/s-nlp/formality).
 
62
 
63
  ## Licensing Information
64
 
65
+ This model is licensed under the OpenRAIL++ License, which supports the development of various technologies—both industrial and academic—that serve the public good.