SauravMaheshkar commited on
Commit
beace8b
1 Parent(s): 813cc85

docs: update config to point to csvs

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -8,19 +8,19 @@ configs:
8
  - config_name: transductive
9
  data_files:
10
  - split: train
11
- path: "processed/transductive/train.json"
12
  - split: valid
13
- path: "processed/transductive/valid.json"
14
  - split: test
15
- path: "processed/transductive/test.json"
16
  - config_name: inductive
17
  data_files:
18
  - split: train
19
- path: "processed/inductive/train.json"
20
  - split: valid
21
- path: "processed/inductive/valid.json"
22
  - split: test
23
- path: "processed/inductive/test.json"
24
  - config_name: raw
25
  data_files: "raw/*.txt"
26
  ---
@@ -39,4 +39,4 @@ Source Paper: https://arxiv.org/abs/1802.06916
39
  issn = {0027-8424},
40
  journal = {Proceedings of the National Academy of Sciences}
41
  }
42
- ```
 
8
  - config_name: transductive
9
  data_files:
10
  - split: train
11
+ path: "processed/transductive/train_df.csv"
12
  - split: valid
13
+ path: "processed/transductive/valid_df.csv"
14
  - split: test
15
+ path: "processed/transductive/test_df.csv"
16
  - config_name: inductive
17
  data_files:
18
  - split: train
19
+ path: "processed/inductive/train_df.csv"
20
  - split: valid
21
+ path: "processed/inductive/valid_df.csv"
22
  - split: test
23
+ path: "processed/inductive/test_df.csv"
24
  - config_name: raw
25
  data_files: "raw/*.txt"
26
  ---
 
39
  issn = {0027-8424},
40
  journal = {Proceedings of the National Academy of Sciences}
41
  }
42
+ ```