ccdv commited on
Commit
63ace99
·
1 Parent(s): 4820c8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- **I also removed 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
  ```
 
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
  ```