Boredoom17 commited on
Commit
efee898
·
verified ·
1 Parent(s): d7b0251

Upload docs/DATA_SCHEMA.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. docs/DATA_SCHEMA.md +15 -0
docs/DATA_SCHEMA.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Data Schema
2
+
3
+ Each row in the parquet file contains:
4
+
5
+ - `text`: the textual content
6
+ - `source`: the originating source or collection label
7
+ - `domain`: the broad category of the row
8
+ - `script`: script label such as `devanagari`, `latin`, or `mixed`
9
+ - `lang`: language tag used during preprocessing
10
+ - `date_collected`: collection or extraction date
11
+ - `license`: per-row license label
12
+
13
+ ## Notes
14
+ - These fields are intentionally simple so the dataset can be loaded in most NLP pipelines without custom parsing.
15
+ - Script and language labels are heuristic and are best treated as descriptive metadata rather than ground truth.