Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## For some reason I can't push the data to hub using push_to_hub() method. Kept getting identical_ok error or sometimes data didn't get uploaded even when it was successful. Well, anyways, Data can be found in [kaggle](https://www.kaggle.com/datasets/reganmaharjan/nepali-corpus-and-tokenizer)
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
splits:
|
7 |
+
- name: train
|
8 |
+
num_bytes: 1416226455
|
9 |
+
num_examples: 1620532
|
10 |
+
download_size: 538770840
|
11 |
+
dataset_size: 1416226455
|
12 |
+
---
|
13 |
## For some reason I can't push the data to hub using push_to_hub() method. Kept getting identical_ok error or sometimes data didn't get uploaded even when it was successful. Well, anyways, Data can be found in [kaggle](https://www.kaggle.com/datasets/reganmaharjan/nepali-corpus-and-tokenizer)
|