Add MLCroissant metadata (croissant.json)
Browse files- croissant.json +20 -3
croissant.json
CHANGED
|
@@ -1,22 +1,39 @@
|
|
| 1 |
{
|
| 2 |
"@context": {
|
| 3 |
-
"@language": "
|
| 4 |
"@vocab": "https://schema.org/",
|
| 5 |
"croissant": "http://mlcommons.org/croissant/",
|
| 6 |
"sc": "https://schema.org/"
|
| 7 |
},
|
| 8 |
"@type": "sc:Dataset",
|
| 9 |
"name": "halohalo",
|
| 10 |
-
"description": "Web crawled dataset
|
| 11 |
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 12 |
"url": "https://huggingface.co/datasets/internetoftim/halohalo",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
"distribution": [
|
| 14 |
{
|
| 15 |
"@type": "sc:FileObject",
|
| 16 |
"@id": "raw-data",
|
| 17 |
"name": "data.jsonl",
|
| 18 |
"contentUrl": "https://huggingface.co/datasets/internetoftim/halohalo/resolve/main/data.jsonl",
|
| 19 |
-
"encodingFormat": "application/jsonlines"
|
|
|
|
| 20 |
}
|
| 21 |
],
|
| 22 |
"recordSet": [
|
|
|
|
| 1 |
{
|
| 2 |
"@context": {
|
| 3 |
+
"@language": "tl",
|
| 4 |
"@vocab": "https://schema.org/",
|
| 5 |
"croissant": "http://mlcommons.org/croissant/",
|
| 6 |
"sc": "https://schema.org/"
|
| 7 |
},
|
| 8 |
"@type": "sc:Dataset",
|
| 9 |
"name": "halohalo",
|
| 10 |
+
"description": "Web crawled dataset targeting Philippine languages: Tagalog. Sourced from 46 seed URLs. Includes heuristics for Tagalog-English code-switching (Taglish). Max pages limit: 10000. Contains 535 documents with 1,038,897 total words. Language distribution: Tagalog: 535. Generated by PhilCrawler.",
|
| 11 |
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 12 |
"url": "https://huggingface.co/datasets/internetoftim/halohalo",
|
| 13 |
+
"inLanguage": [
|
| 14 |
+
"tl"
|
| 15 |
+
],
|
| 16 |
+
"statistics": {
|
| 17 |
+
"@type": "sc:DatasetStatistics",
|
| 18 |
+
"numRows": 535,
|
| 19 |
+
"totalWordCount": 1038897,
|
| 20 |
+
"languageDistribution": [
|
| 21 |
+
{
|
| 22 |
+
"language": "tl",
|
| 23 |
+
"languageName": "Tagalog",
|
| 24 |
+
"count": 535,
|
| 25 |
+
"percentage": 100
|
| 26 |
+
}
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
"distribution": [
|
| 30 |
{
|
| 31 |
"@type": "sc:FileObject",
|
| 32 |
"@id": "raw-data",
|
| 33 |
"name": "data.jsonl",
|
| 34 |
"contentUrl": "https://huggingface.co/datasets/internetoftim/halohalo/resolve/main/data.jsonl",
|
| 35 |
+
"encodingFormat": "application/jsonlines",
|
| 36 |
+
"description": "The raw crawled data in JSONL format."
|
| 37 |
}
|
| 38 |
],
|
| 39 |
"recordSet": [
|