Commit
·
353504a
1
Parent(s):
5abf7ca
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# rrivera1849/LUAR-CRUD
|
@@ -8,7 +10,7 @@ Author Style Representations using [LUAR](https://aclanthology.org/2021.emnlp-ma
|
|
8 |
|
9 |
The LUAR training and evaluation repository can be found [here](https://github.com/llnl/luar).
|
10 |
|
11 |
-
This particular model was trained on a subsample of the
|
12 |
|
13 |
|
14 |
## Usage
|
@@ -63,4 +65,4 @@ If you find this model helpful, feel free to cite our [publication](https://acla
|
|
63 |
|
64 |
LUAR is distributed under the terms of the Apache License (Version 2.0).
|
65 |
|
66 |
-
All new contributions must be made under the Apache-2.0 licenses.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
|
7 |
# rrivera1849/LUAR-CRUD
|
|
|
10 |
|
11 |
The LUAR training and evaluation repository can be found [here](https://github.com/llnl/luar).
|
12 |
|
13 |
+
This particular model was trained on a subsample of the Pushshift Reddit Dataset for comments published between January 2015 and October 2019 by authors publishing at least 100 comments during that period.
|
14 |
|
15 |
|
16 |
## Usage
|
|
|
65 |
|
66 |
LUAR is distributed under the terms of the Apache License (Version 2.0).
|
67 |
|
68 |
+
All new contributions must be made under the Apache-2.0 licenses.
|