JWBickel commited on
Commit
9fa48b8
1 Parent(s): 5586913

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -10,7 +10,22 @@ configs:
10
  - "Hitchcock's Bible Names Dictionary.jsonl"
11
  - "Smith's Bible Dictionary.jsonl"
12
  - "TorreysTopicalTextbook.jsonl"
13
- pretty_name: Bible Dictionaries
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  size_categories:
15
  - 10K<n<100K
16
  ---
 
10
  - "Hitchcock's Bible Names Dictionary.jsonl"
11
  - "Smith's Bible Dictionary.jsonl"
12
  - "TorreysTopicalTextbook.jsonl"
13
+ - config_name: Easton
14
+ data_files:
15
+ - split: train
16
+ path: "Easton's Bible Dictionary.jsonl"
17
+ - config_name: Hitchcock
18
+ data_files:
19
+ - split: train
20
+ path: "Hitchcock's Bible Names Dictionary.jsonl"
21
+ - config_name: Smith
22
+ data_files:
23
+ - split: train
24
+ path: "Smith's Bible Dictionary.jsonl"
25
+ - config_name: Torrey
26
+ data_files:
27
+ - split: train
28
+ path: "TorreysTopicalTextbook.jsonl"
29
  size_categories:
30
  - 10K<n<100K
31
  ---