Akash092003 commited on
Commit
ec8d398
1 Parent(s): fa5cd67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -8,17 +8,19 @@ configs:
8
  - config_name: laptops
9
  data_files:
10
  - split: train
11
- path: "laptops/train.json"
12
  - split: test
13
- path: "laptops/test.json"
14
  - split: trial
15
- path: "laptops/trial.json"
16
  - config_name: restaurants
17
  data_files:
18
  - split: train
19
- path: "restaurants/train.json"
20
  - split: test
21
- path: "restaurants/test.json"
22
  - split: trial
23
- path: "restaurants/trial.json"
 
 
24
  ---
 
8
  - config_name: laptops
9
  data_files:
10
  - split: train
11
+ path: laptops/train.json
12
  - split: test
13
+ path: laptops/test.json
14
  - split: trial
15
+ path: laptops/trial.json
16
  - config_name: restaurants
17
  data_files:
18
  - split: train
19
+ path: restaurants/train.json
20
  - split: test
21
+ path: restaurants/test.json
22
  - split: trial
23
+ path: restaurants/trial.json
24
+ tags:
25
+ - absa
26
  ---