internetoftim commited on
Commit
56f31e0
·
verified ·
1 Parent(s): c4858d0

Add MLCroissant metadata (croissant.json)

Browse files
Files changed (1) hide show
  1. croissant.json +6 -6
croissant.json CHANGED
@@ -7,7 +7,7 @@
7
  },
8
  "@type": "sc:Dataset",
9
  "name": "ceb-scrape",
10
- "description": "Web crawled dataset targeting Philippine languages: Cebuano. Sourced from 44 seed URLs. Includes heuristics for Tagalog-English code-switching (Taglish). Max pages limit: 10000. Contains 21 documents with 25,369 total words. Language distribution: Cebuano: 18, Tagalog: 3. Generated by PhilCrawler.",
11
  "license": "https://creativecommons.org/licenses/by/4.0/",
12
  "url": "https://huggingface.co/datasets/internetoftim/ceb-scrape",
13
  "inLanguage": [
@@ -15,20 +15,20 @@
15
  ],
16
  "statistics": {
17
  "@type": "sc:DatasetStatistics",
18
- "numRows": 21,
19
- "totalWordCount": 25369,
20
  "languageDistribution": [
21
  {
22
  "language": "ceb",
23
  "languageName": "Cebuano",
24
- "count": 18,
25
- "percentage": 85.71
26
  },
27
  {
28
  "language": "tl",
29
  "languageName": "Tagalog",
30
  "count": 3,
31
- "percentage": 14.29
32
  }
33
  ]
34
  },
 
7
  },
8
  "@type": "sc:Dataset",
9
  "name": "ceb-scrape",
10
+ "description": "Web crawled dataset targeting Philippine languages: Cebuano. Sourced from 78 seed URLs. Max pages limit: 10000. Contains 344 documents with 566,765 total words. Language distribution: Cebuano: 341, Tagalog: 3. Generated by PhilCrawler.",
11
  "license": "https://creativecommons.org/licenses/by/4.0/",
12
  "url": "https://huggingface.co/datasets/internetoftim/ceb-scrape",
13
  "inLanguage": [
 
15
  ],
16
  "statistics": {
17
  "@type": "sc:DatasetStatistics",
18
+ "numRows": 344,
19
+ "totalWordCount": 566765,
20
  "languageDistribution": [
21
  {
22
  "language": "ceb",
23
  "languageName": "Cebuano",
24
+ "count": 341,
25
+ "percentage": 99.13
26
  },
27
  {
28
  "language": "tl",
29
  "languageName": "Tagalog",
30
  "count": 3,
31
+ "percentage": 0.87
32
  }
33
  ]
34
  },