ai-forever commited on
Commit
1d5af11
·
verified ·
1 Parent(s): 21625c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -47,6 +47,7 @@ The dataset can be loaded with the Hugging Face `datasets` library:
47
 
48
  ```python
49
  from datasets import load_dataset
 
 
50
  ```
51
 
52
- dataset = load_dataset("ai-forever/udmurt-corpora")
 
47
 
48
  ```python
49
  from datasets import load_dataset
50
+
51
+ dataset = load_dataset("ai-forever/udmurt-corpora")
52
  ```
53