huseinzol05
commited on
Commit
•
fac55b1
1
Parent(s):
ac9155b
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,17 @@ Source code at https://github.com/mesolitica/malaysian-dataset/tree/master/vlm/d
|
|
20 |
'selected_indices': [2556, 2559, 2575, 2577, 2586, 2587, 2595]}
|
21 |
```
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- `filename` is the parquet file from the original repository.
|
24 |
- `selected_indices` is the index of dataframe of that filename.
|
25 |
|
|
|
20 |
'selected_indices': [2556, 2559, 2575, 2577, 2586, 2587, 2595]}
|
21 |
```
|
22 |
|
23 |
+
## Dedup 60% similar
|
24 |
+
|
25 |
+
[dedup-0.6.jsonl](dedup-0.6.jsonl), total deduped 487301 images,
|
26 |
+
|
27 |
+
```
|
28 |
+
{'filename': 'train-00404-of-01000.parquet',
|
29 |
+
'keyword': 'Kampung Tok Wan Nik Padang Besar',
|
30 |
+
'no': 92,
|
31 |
+
'selected_indices': [2100, 2102, 2103, 2104]}
|
32 |
+
```
|
33 |
+
|
34 |
- `filename` is the parquet file from the original repository.
|
35 |
- `selected_indices` is the index of dataframe of that filename.
|
36 |
|