zeusfsx commited on
Commit
cacc0ab
1 Parent(s): b475cab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -38,10 +38,12 @@ This will load the entire dataset into memory. If you prefer to load only a subs
38
  ```python
39
 
40
  # Load only the first 10,000 examples from the "train" split
41
- dataset = load_dataset('ukrainian_news', split='train[:10000]')
42
-
43
  ```
44
 
 
 
 
45
 
46
  ## License
47
 
 
38
  ```python
39
 
40
  # Load only the first 10,000 examples from the "train" split
41
+ dataset = load_dataset('zeusfsx/ukrainian_news', split='train[:10000]')
 
42
  ```
43
 
44
+ ## Contact
45
+
46
+ If you have any questions or comments about this dataset, please contact me at [email protected]. I will do our best to respond to your inquiry as soon as possible.
47
 
48
  ## License
49