tatiana-merz commited on
Commit
9c11d24
1 Parent(s): a1e37de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -50,23 +50,27 @@ Dirk Goldhahn, Thomas Eckart and Uwe Quasthoff (2012): Building Large Monolingua
50
  ### Data Splits
51
 
52
  DatasetDict({
 
53
  train: Dataset({
54
  features: ['text', 'label'],
55
  num_rows: 72000
56
  })
 
57
  test: Dataset({
58
  features: ['text', 'label'],
59
  num_rows: 9000
60
  })
 
61
  validation: Dataset({
62
  features: ['text', 'label'],
63
  num_rows: 9000
64
  })
 
65
  })
66
 
67
  ## Dataset Creation
68
 
69
- [Link to the notebook]: https://github.com/tatiana-merz/YakuToolkit/blob/main/CyrillicTurkicCorpus.ipynb
70
 
71
 
72
  ### Curation Rationale
 
50
  ### Data Splits
51
 
52
  DatasetDict({
53
+
54
  train: Dataset({
55
  features: ['text', 'label'],
56
  num_rows: 72000
57
  })
58
+
59
  test: Dataset({
60
  features: ['text', 'label'],
61
  num_rows: 9000
62
  })
63
+
64
  validation: Dataset({
65
  features: ['text', 'label'],
66
  num_rows: 9000
67
  })
68
+
69
  })
70
 
71
  ## Dataset Creation
72
 
73
+ [Link to the notebook](https://github.com/tatiana-merz/YakuToolkit/blob/main/CyrillicTurkicCorpus.ipynb)
74
 
75
 
76
  ### Curation Rationale