Keyurjotaniya007 commited on
Commit
7ad0481
·
verified ·
1 Parent(s): 57e401d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -19,12 +19,21 @@ This version retains only two essential columns — text and label — making it
19
  ## Dataset Structure
20
 
21
  DatasetDict({
 
22
  train: Dataset({
 
23
  features: ['text', 'label'],
 
24
  num_rows: 187031
 
25
  })
 
26
  test: Dataset({
 
27
  features: ['text', 'label'],
 
28
  num_rows: 20782
 
29
  })
 
30
  })
 
19
  ## Dataset Structure
20
 
21
  DatasetDict({
22
+
23
  train: Dataset({
24
+
25
  features: ['text', 'label'],
26
+
27
  num_rows: 187031
28
+
29
  })
30
+
31
  test: Dataset({
32
+
33
  features: ['text', 'label'],
34
+
35
  num_rows: 20782
36
+
37
  })
38
+
39
  })