contemmcm librarian-bot commited on
Commit
45e39fd
1 Parent(s): e62be7f

Librarian Bot: Add language metadata for dataset (#2)

Browse files

- Librarian Bot: Add language metadata for dataset (f1544559901d9bc1bdd5b3cd9af9d8d50fbaeb40)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +39 -38
README.md CHANGED
@@ -1,43 +1,44 @@
1
  ---
 
 
2
  task_categories:
3
  - text-classification
4
-
5
  dataset_info:
6
  features:
7
- - name: source
8
- dtype: string
9
- - name: url
10
- dtype: string
11
- - name: title
12
- dtype: string
13
- - name: image
14
- dtype: string
15
- - name: category
16
- dtype: string
17
- - name: description
18
- dtype: string
19
- - name: rank
20
- dtype: int32
21
- - name: pubdate
22
- dtype: string
23
- - name: text
24
- dtype: string
25
- - name: label
26
- dtype:
27
- class_label:
28
- names:
29
- '0': Business
30
- '1': Entertainment
31
- '2': Europe
32
- '3': Health
33
- '4': Italia
34
- '5': Music Feeds
35
- '6': Sci/Tech
36
- '7': Software and Developement
37
- '8': Sports
38
- '9': Toons
39
- '10': Top News
40
- '11': Top Stories
41
- '12': U.S.
42
- '13': World
43
- ---
 
1
  ---
2
+ language:
3
+ - en
4
  task_categories:
5
  - text-classification
 
6
  dataset_info:
7
  features:
8
+ - name: source
9
+ dtype: string
10
+ - name: url
11
+ dtype: string
12
+ - name: title
13
+ dtype: string
14
+ - name: image
15
+ dtype: string
16
+ - name: category
17
+ dtype: string
18
+ - name: description
19
+ dtype: string
20
+ - name: rank
21
+ dtype: int32
22
+ - name: pubdate
23
+ dtype: string
24
+ - name: text
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': Business
31
+ '1': Entertainment
32
+ '2': Europe
33
+ '3': Health
34
+ '4': Italia
35
+ '5': Music Feeds
36
+ '6': Sci/Tech
37
+ '7': Software and Developement
38
+ '8': Sports
39
+ '9': Toons
40
+ '10': Top News
41
+ '11': Top Stories
42
+ '12': U.S.
43
+ '13': World
44
+ ---