File size: 4,004 Bytes
4998531 1225093 4998531 1225093 4998531 1225093 4998531 1225093 4998531 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 | {
"@context": {
"@language": "tl",
"@vocab": "https://schema.org/",
"croissant": "http://mlcommons.org/croissant/",
"sc": "https://schema.org/"
},
"@type": "sc:Dataset",
"name": "halohalo",
"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.",
"license": "https://creativecommons.org/licenses/by/4.0/",
"url": "https://huggingface.co/datasets/internetoftim/halohalo",
"inLanguage": [
"tl"
],
"statistics": {
"@type": "sc:DatasetStatistics",
"numRows": 535,
"totalWordCount": 1038897,
"languageDistribution": [
{
"language": "tl",
"languageName": "Tagalog",
"count": 535,
"percentage": 100
}
]
},
"distribution": [
{
"@type": "sc:FileObject",
"@id": "raw-data",
"name": "data.jsonl",
"contentUrl": "https://huggingface.co/datasets/internetoftim/halohalo/resolve/main/data.jsonl",
"encodingFormat": "application/jsonlines",
"description": "The raw crawled data in JSONL format."
}
],
"recordSet": [
{
"@type": "croissant:RecordSet",
"@id": "default",
"name": "default",
"field": [
{
"@type": "croissant:Field",
"name": "url",
"description": "The source URL of the crawled page.",
"dataType": "sc:URL",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "url"
}
}
},
{
"@type": "croissant:Field",
"name": "title",
"description": "The page title.",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "title"
}
}
},
{
"@type": "croissant:Field",
"name": "content",
"description": "The main extracted text content.",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "content"
}
}
},
{
"@type": "croissant:Field",
"name": "detected_lang",
"description": "Detected language code (ISO 639-3 or 'taglish').",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "detected_lang"
}
}
},
{
"@type": "croissant:Field",
"name": "word_count",
"description": "Number of words in the content.",
"dataType": "sc:Integer",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "word_count"
}
}
},
{
"@type": "croissant:Field",
"name": "source",
"description": "The crawler source identifier.",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "source"
}
}
},
{
"@type": "croissant:Field",
"name": "crawled_at",
"description": "Timestamp when the page was crawled.",
"dataType": "sc:DateTime",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "crawled_at"
}
}
}
]
}
]
} |