Alaamer commited on
Commit
fd0af4e
·
verified ·
1 Parent(s): 51f6bf1

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +68 -0
dataset_infos.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "Medium Articles Dataset",
4
+ "citation": "@dataset{medium_articles_2025,\n author = {Alaamer},\n title = {Medium Articles Dataset},\n year = {2025},\n publisher = {Hugging Face},\n journal = {Hugging Face Data Repository},\n howpublished = {\\url{https://huggingface.co/datasets/Alaamer/medium-articles-posts-with-content}}\n}",
5
+ "homepage": "https://huggingface.co/datasets/Alaamer/medium-articles-posts-with-content",
6
+ "license": "mit",
7
+ "features": {
8
+ "audioVersionDurationSec": {"dtype": "float64", "_type": "Value"},
9
+ "codeBlock": {"dtype": "string", "_type": "Value"},
10
+ "codeBlockCount": {"dtype": "int64", "_type": "Value"},
11
+ "collectionId": {"dtype": "string", "_type": "Value"},
12
+ "createdDate": {"dtype": "string", "_type": "Value"},
13
+ "createdDatetime": {"dtype": "string", "_type": "Value"},
14
+ "firstPublishedDate": {"dtype": "string", "_type": "Value"},
15
+ "firstPublishedDatetime": {"dtype": "string", "_type": "Value"},
16
+ "imageCount": {"dtype": "int64", "_type": "Value"},
17
+ "isSubscriptionLocked": {"dtype": "bool", "_type": "Value"},
18
+ "language": {"dtype": "string", "_type": "Value"},
19
+ "latestPublishedDate": {"dtype": "string", "_type": "Value"},
20
+ "latestPublishedDatetime": {"dtype": "string", "_type": "Value"},
21
+ "linksCount": {"dtype": "int64", "_type": "Value"},
22
+ "postId": {"dtype": "string", "_type": "Value"},
23
+ "readingTime": {"dtype": "float64", "_type": "Value"},
24
+ "recommends": {"dtype": "int64", "_type": "Value"},
25
+ "responsesCreatedCount": {"dtype": "int64", "_type": "Value"},
26
+ "socialRecommendsCount": {"dtype": "int64", "_type": "Value"},
27
+ "subTitle": {"dtype": "string", "_type": "Value"},
28
+ "tagsCount": {"dtype": "int64", "_type": "Value"},
29
+ "text": {"dtype": "string", "_type": "Value"},
30
+ "title": {"dtype": "string", "_type": "Value"},
31
+ "totalClapCount": {"dtype": "int64", "_type": "Value"},
32
+ "uniqueSlug": {"dtype": "string", "_type": "Value"},
33
+ "updatedDate": {"dtype": "string", "_type": "Value"},
34
+ "updatedDatetime": {"dtype": "string", "_type": "Value"},
35
+ "url": {"dtype": "string", "_type": "Value"},
36
+ "vote": {"dtype": "int64", "_type": "Value"},
37
+ "wordCount": {"dtype": "int64", "_type": "Value"},
38
+ "publicationdescription": {"dtype": "string", "_type": "Value"},
39
+ "publicationdomain": {"dtype": "string", "_type": "Value"},
40
+ "publicationfacebookPageName": {"dtype": "string", "_type": "Value"},
41
+ "publicationfollowerCount": {"dtype": "int64", "_type": "Value"},
42
+ "publicationname": {"dtype": "string", "_type": "Value"},
43
+ "publicationpublicEmail": {"dtype": "string", "_type": "Value"},
44
+ "publicationslug": {"dtype": "string", "_type": "Value"},
45
+ "publicationtags": {"dtype": "string", "_type": "Value"},
46
+ "publicationtwitterUsername": {"dtype": "string", "_type": "Value"},
47
+ "tag_name": {"dtype": "string", "_type": "Value"},
48
+ "slug": {"dtype": "string", "_type": "Value"},
49
+ "name": {"dtype": "string", "_type": "Value"},
50
+ "postCount": {"dtype": "int64", "_type": "Value"},
51
+ "author": {"dtype": "string", "_type": "Value"},
52
+ "bio": {"dtype": "string", "_type": "Value"},
53
+ "userId": {"dtype": "string", "_type": "Value"},
54
+ "userName": {"dtype": "string", "_type": "Value"},
55
+ "usersFollowedByCount": {"dtype": "int64", "_type": "Value"},
56
+ "usersFollowedCount": {"dtype": "int64", "_type": "Value"},
57
+ "scrappedDate": {"dtype": "string", "_type": "Value"},
58
+ "claps": {"dtype": "int64", "_type": "Value"},
59
+ "reading_time": {"dtype": "float64", "_type": "Value"},
60
+ "link": {"dtype": "string", "_type": "Value"},
61
+ "Title": {"dtype": "string", "_type": "Value"},
62
+ "Text": {"dtype": "string", "_type": "Value"},
63
+ "authors": {"dtype": "string", "_type": "Value"},
64
+ "timestamp": {"dtype": "string", "_type": "Value"},
65
+ "tags": {"dtype": "string", "_type": "Value"}
66
+ }
67
+ }
68
+ }