Seeker38 commited on
Commit
64f2d98
1 Parent(s): 2ca630c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -5,11 +5,24 @@ pretty_name: Images and corresponding abstracts in Vietnamese Wikipedia
5
  source_datasets:
6
  - original
7
  size_categories:
8
- - 100M<n<1B
9
  tags:
10
  - wikipedia
11
  - images
12
  - text
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
  # Dataset Card for image_text_wikipedia_vi
15
 
@@ -52,3 +65,4 @@ Researchers and developers can utilize this dataset for various tasks such as:
52
  - Ambiguity: Some abstracts may contain ambiguous or figurative language, challenging comprehension.
53
  - Image Quality: Variation in image quality and resolution may impact model performance.
54
  - Text length imbalance: the longest text has the length of 8903 whereas the shortest is 1. This can create a situation of highly ram usage with using LSTM model,etc..
 
 
5
  source_datasets:
6
  - original
7
  size_categories:
8
+ - 100K<n<1M
9
  tags:
10
  - wikipedia
11
  - images
12
  - text
13
+ - LM
14
+ dataset_info:
15
+ features:
16
+ - name: id
17
+ dtype: int64
18
+ - name: title
19
+ dtype: string
20
+ - name: text
21
+ dtype: string
22
+ splits:
23
+ - name: articles.csv
24
+ # num_bytes: 1053551922.960177
25
+ # num_examples: 1284930
26
  ---
27
  # Dataset Card for image_text_wikipedia_vi
28
 
 
65
  - Ambiguity: Some abstracts may contain ambiguous or figurative language, challenging comprehension.
66
  - Image Quality: Variation in image quality and resolution may impact model performance.
67
  - Text length imbalance: the longest text has the length of 8903 whereas the shortest is 1. This can create a situation of highly ram usage with using LSTM model,etc..
68
+