Akash092003
commited on
Commit
•
ec8d398
1
Parent(s):
fa5cd67
Update README.md
Browse files
README.md
CHANGED
@@ -8,17 +8,19 @@ configs:
|
|
8 |
- config_name: laptops
|
9 |
data_files:
|
10 |
- split: train
|
11 |
-
path:
|
12 |
- split: test
|
13 |
-
path:
|
14 |
- split: trial
|
15 |
-
path:
|
16 |
- config_name: restaurants
|
17 |
data_files:
|
18 |
- split: train
|
19 |
-
path:
|
20 |
- split: test
|
21 |
-
path:
|
22 |
- split: trial
|
23 |
-
path:
|
|
|
|
|
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 |
---
|