File size: 1,044 Bytes
5ad1c23 | 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 | {
"100k-articles.jsonl": {
"id": {
"semantic_type": "KEYWORD",
"confidence": 0.8,
"canonical_key": "id"
},
"title": {
"semantic_type": "TEXT",
"confidence": 0.5,
"canonical_key": "title"
},
"content": {
"semantic_type": "TEXT",
"confidence": 0.5,
"canonical_key": "content"
},
"tags": {
"semantic_type": "ARRAY",
"confidence": 1.0,
"canonical_key": "tags"
},
"tags[0]": {
"semantic_type": "ARRAY",
"confidence": 0.8,
"canonical_key": "tags[0]"
},
"tags[1]": {
"semantic_type": "ARRAY",
"confidence": 0.8,
"canonical_key": "tags[1]"
},
"views": {
"semantic_type": "FLOAT",
"confidence": 1.0,
"canonical_key": "views"
},
"published_at": {
"semantic_type": "DATE",
"confidence": 1.0,
"canonical_key": "published_at"
},
"author": {
"semantic_type": "KEYWORD",
"confidence": 0.5,
"canonical_key": "author"
}
}
} |