seedflora commited on
Commit
d8bf623
·
verified ·
1 Parent(s): 102b621

Update processed retraining data

Browse files
data/processed/matcha_sentiment_binary.csv CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/summary.json CHANGED
@@ -1,14 +1,26 @@
1
- {
2
- "input_file": "Matchaya Gandaria City + IKUYO (done; need recheck).xlsx",
3
- "output_file": "/workspace/data/processed/matcha_sentiment_binary.csv",
4
- "original_rows": 757,
5
- "dropped_netral": 14,
6
- "dropped_other_label": 0,
7
- "dropped_bad_text": 0,
8
- "dropped_duplicates": 46,
9
- "kept_rows": 697,
10
- "labels": {
11
- "Negatif": 371,
12
- "Positif": 326
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
14
  }
 
1
+ {
2
+ "input_files": [
3
+ "Matchaya Gandaria City + IKUYO (done; need recheck).xlsx",
4
+ "Feel Matcha Braga - Sementara.xlsx"
5
+ ],
6
+ "output_file": "D:/matcha sentiment/data/processed/matcha_sentiment_binary.csv",
7
+ "original_rows": 2392,
8
+ "dropped_netral": 14,
9
+ "dropped_other_label": 0,
10
+ "dropped_bad_text": 0,
11
+ "dropped_duplicates": 219,
12
+ "balanced": true,
13
+ "random_state": 42,
14
+ "kept_rows_before_balance": 2159,
15
+ "labels_before_balance": {
16
+ "Negatif": 1145,
17
+ "Positif": 1014
18
+ },
19
+ "balance_target_per_label": 1014,
20
+ "dropped_by_balance": 131,
21
+ "kept_rows": 2028,
22
+ "labels": {
23
+ "Negatif": 1014,
24
+ "Positif": 1014
25
+ }
26
  }