warrungu commited on
Commit
cf37683
·
verified ·
1 Parent(s): fc18385

Upload dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +39 -0
dataset_info.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_info": {
3
+ "description": "This dataset contains AI training prompts and responses designed to teach and reinforce the Warrungu Aboriginal language. It includes structured examples drawn from verified linguistic resources such as pronouns, suffix inventories, kinship terms, foods, animals, transitive/intransitive verbs, word order, and grammar rules.",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "custom",
7
+ "language": [
8
+ "en"
9
+ ],
10
+ "tags": [
11
+ "instruction-tuning",
12
+ "axolotl",
13
+ "indigenous-languages",
14
+ "warrungu"
15
+ ],
16
+ "features": {
17
+ "prompt": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "response": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ }
25
+ },
26
+ "builder_name": "json_dataset_builder",
27
+ "version": {
28
+ "version_str": "1.0.0",
29
+ "description": "Initial release"
30
+ },
31
+ "splits": {
32
+ "train": {
33
+ "name": "train",
34
+ "num_bytes": 0,
35
+ "num_examples": 1000
36
+ }
37
+ }
38
+ }
39
+ }