procesaur commited on
Commit
2b9d9df
1 Parent(s): aa58593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -16
README.md CHANGED
@@ -1,17 +1,17 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- task_categories:
4
- - text-generation
5
- language:
6
- - sr
7
- - hr
8
- - bs
9
- tags:
10
- - webdataset
11
- pretty_name: Umbrella corp.
12
- size_categories:
13
- - 10B<n<100B
14
- ---
15
 
16
  <img src="cover.png" class="cover">
17
 
@@ -52,13 +52,21 @@ size_categories:
52
  </table>
53
 
54
 
55
-
56
  ```python
57
  from datasets import load_dataset
58
  dataset = load_dataset("procesaur/umbrella")
59
  ```
60
 
61
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  <div class="inline-flex flex-col" style="line-height: 1.5;padding-right:50px">
@@ -83,7 +91,6 @@ dataset = load_dataset("procesaur/umbrella")
83
 
84
 
85
  Citation:
86
-
87
  ```bibtex
88
  @article{skoric24korpusi,
89
  author = {\vSkori\'c, Mihailo and Jankovi\'c, Nikola},
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - sr
7
+ - hr
8
+ - bs
9
+ tags:
10
+ - webdataset
11
+ pretty_name: Umbrella corp.
12
+ size_categories:
13
+ - 10B<n<100B
14
+ ---
15
 
16
  <img src="cover.png" class="cover">
17
 
 
52
  </table>
53
 
54
 
55
+ Load complete dataset / Učitavanje kopletnog dataseta
56
  ```python
57
  from datasets import load_dataset
58
  dataset = load_dataset("procesaur/umbrella")
59
  ```
60
 
61
 
62
+ Load a specific language / Učitavanje pojedinačnih jezika
63
+ ```python
64
+ from datasets import load_dataset
65
+ dataset_sr = load_dataset("procesaur/umbrella", "sr")
66
+ dataset_cnr = load_dataset("procesaur/umbrella", "cnr")
67
+ dataset_hr = load_dataset("procesaur/umbrella", "hr")
68
+ dataset_bs = load_dataset("procesaur/umbrella", "bs")
69
+ ```
70
 
71
 
72
  <div class="inline-flex flex-col" style="line-height: 1.5;padding-right:50px">
 
91
 
92
 
93
  Citation:
 
94
  ```bibtex
95
  @article{skoric24korpusi,
96
  author = {\vSkori\'c, Mihailo and Jankovi\'c, Nikola},