RaviNaik commited on
Commit
0f61557
1 Parent(s): 3b30cd4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -1,9 +1,30 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - text-generation
5
  language:
6
  - kn
 
7
  size_categories:
8
  - 1M<n<10M
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  language:
3
  - kn
4
+ license: mit
5
  size_categories:
6
  - 1M<n<10M
7
+ task_categories:
8
+ - text-generation
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - split: train
13
+ path: data/train-*
14
+ dataset_info:
15
+ features:
16
+ - name: text
17
+ dtype: string
18
+ - name: timestamp
19
+ dtype: string
20
+ - name: url
21
+ dtype: string
22
+ - name: source
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 10347179458
27
+ num_examples: 1352142
28
+ download_size: 3976072715
29
+ dataset_size: 10347179458
30
+ ---