Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
long context
Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ Copied from "Long Document Classification From Local Word Glimpses via Recurrent
|
|
18 |
|
19 |
It contains 11 slightly unbalanced classes, 33k Arxiv Papers divided into 3 splits: train (23k), val (5k) and test (5k).
|
20 |
|
21 |
-
**Removed all "\n", each document is a single line document**
|
22 |
-
**
|
23 |
|
24 |
Compatible with [run_glue.py](https://github.com/huggingface/transformers/tree/master/examples/pytorch/text-classification) script:
|
25 |
```
|
|
|
18 |
|
19 |
It contains 11 slightly unbalanced classes, 33k Arxiv Papers divided into 3 splits: train (23k), val (5k) and test (5k).
|
20 |
|
21 |
+
**Removed all "\n", each document is a single line document** \
|
22 |
+
**Removed also references to the class inside the document (eg: [cs.LG] -> [])**
|
23 |
|
24 |
Compatible with [run_glue.py](https://github.com/huggingface/transformers/tree/master/examples/pytorch/text-classification) script:
|
25 |
```
|