File size: 454 Bytes
e78fa1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "owt_local_train": {
    "file_name": "owt_train",
    "split": "train",
    "formatting": "alpaca",
    "ranking": false,
    "columns": {
      "prompt": null,
      "query": "text",
      "response": null
    }
  },
  "owt_local_validation": {
    "file_name": "owt_validation",
    "split": "train",
    "formatting": "alpaca",
    "ranking": false,
    "columns": {
      "prompt": null,
      "query": "text",
      "response": null
    }
  }
}