Sebastian Urrea commited on
Commit ·
310b172
1
Parent(s): 83b49ad
update
Browse files
README.md
CHANGED
|
@@ -1,26 +1,34 @@
|
|
| 1 |
-
|
| 2 |
-
language:
|
| 3 |
- es
|
| 4 |
|
| 5 |
-
tags:
|
| 6 |
- amazon_reviews_multi
|
| 7 |
-
- Text
|
| 8 |
|
| 9 |
-
|
|
|
|
| 10 |
|
| 11 |
-
Example structure review:
|
| 12 |
|
| 13 |
| review_id (string) | product_id (string) | reviewer_id (string) | stars (int) | review_body (string) | review_title (string) | language (string) | product_category (string) |
|
| 14 |
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
|
| 15 |
| de_0203609|product_de_0865382|reviewer_de_0267719|1|Armband ist leider nach 1 Jahr kaputt gegangen|Leider nach 1 Jahr kaputt|de|sports|
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
| Text | Classification |
|
| 19 |
| ------------- | ------------- |
|
| 20 |
| review_body | stars |
|
| 21 |
|
|
|
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
-
# Clasiffication reviews in Spanish
|
| 25 |
|
| 26 |
Uses `POS`, `NEG` labels.
|
|
|
|
| 1 |
+
|
| 2 |
+
## language:
|
| 3 |
- es
|
| 4 |
|
| 5 |
+
## tags:
|
| 6 |
- amazon_reviews_multi
|
| 7 |
+
- Text Clasiffication
|
| 8 |
|
| 9 |
+
### Dataset
|
| 10 |
+

|
| 11 |
|
| 12 |
+
### Example structure review:
|
| 13 |
|
| 14 |
| review_id (string) | product_id (string) | reviewer_id (string) | stars (int) | review_body (string) | review_title (string) | language (string) | product_category (string) |
|
| 15 |
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
|
| 16 |
| de_0203609|product_de_0865382|reviewer_de_0267719|1|Armband ist leider nach 1 Jahr kaputt gegangen|Leider nach 1 Jahr kaputt|de|sports|
|
| 17 |
|
| 18 |
+
### Model
|
| 19 |
+

|
| 20 |
+
|
| 21 |
+
### Model train
|
| 22 |
+

|
| 23 |
|
| 24 |
| Text | Classification |
|
| 25 |
| ------------- | ------------- |
|
| 26 |
| review_body | stars |
|
| 27 |
|
| 28 |
+
### Model test
|
| 29 |
+

|
| 30 |
|
| 31 |
|
| 32 |
+
### Clasiffication reviews in Spanish
|
| 33 |
|
| 34 |
Uses `POS`, `NEG` labels.
|