Akash092003
commited on
Commit
•
fa5cd67
1
Parent(s):
326fc62
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: ABSA
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
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 |
+
---
|