Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
datasets:
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
The model has been trained to predict for English sentences, whether they are formal or informal.
|
|
@@ -56,3 +57,12 @@ If you are using the model in your research, please cite the following
|
|
| 56 |
isbn="978-3-031-35320-8"
|
| 57 |
}
|
| 58 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
tags:
|
| 5 |
+
- formality
|
| 6 |
datasets:
|
| 7 |
+
- GYAFC
|
| 8 |
+
- Pavlick-Tetreault-2016
|
| 9 |
+
license: cc-by-nc-sa-4.0
|
| 10 |
---
|
| 11 |
|
| 12 |
The model has been trained to predict for English sentences, whether they are formal or informal.
|
|
|
|
| 57 |
isbn="978-3-031-35320-8"
|
| 58 |
}
|
| 59 |
```
|
| 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
|