jumelet commited on
Commit
6079895
·
1 Parent(s): 1af8387

Training in progress, step 1

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +38 -38
  4. training_args.bin +1 -1
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "n_head": 2,
24
  "n_inner": null,
25
  "n_layer": 2,
26
- "n_positions": 400,
27
  "reorder_and_upcast_attn": false,
28
  "resid_pdrop": 0.1,
29
  "scale_attn_by_inverse_layer_idx": false,
@@ -42,5 +42,5 @@
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.30.2",
44
  "use_cache": true,
45
- "vocab_size": 146
46
  }
 
23
  "n_head": 2,
24
  "n_inner": null,
25
  "n_layer": 2,
26
+ "n_positions": 40,
27
  "reorder_and_upcast_attn": false,
28
  "resid_pdrop": 0.1,
29
  "scale_attn_by_inverse_layer_idx": false,
 
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.30.2",
44
  "use_cache": true,
45
+ "vocab_size": 46
46
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1009779a1adb4bb9f167d474492d1f9a2812aaf2a7d2ea74c4d17e67a40d493c
3
- size 70274
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9e45d7839181513f091c2d3da80d578c76fcecc21c3019b0a08beb97b7236f
3
+ size 40834
tokenizer.json CHANGED
@@ -95,47 +95,47 @@
95
  "<mask>": 2,
96
  "<bos>": 3,
97
  ".": 4,
98
- "the": 5,
99
- "it": 6,
100
- ",": 7,
101
- "was": 8,
102
- "and": 9,
103
- "in": 10,
104
- "here": 11,
105
  "Bible": 12,
106
  "he": 13,
107
- "find": 14,
108
- "Because": 15,
109
- "But": 16,
110
- "mattered": 17,
111
- "now": 18,
112
- "virtue": 19,
113
- "cows": 20,
114
- "that": 21,
115
- "world": 22,
116
- "class": 23,
117
- "intended": 24,
118
  "leave": 25,
119
- ":": 26,
120
- "Oh": 27,
121
- "boy": 28,
122
- "meant": 29,
123
- "should": 30,
124
- "there": 31,
125
- "justice": 32,
126
- "knew": 33,
127
- "none": 34,
128
- "of": 35,
129
- "really": 36,
130
- "to": 37,
131
- "He": 38,
132
- "Today": 39,
133
- "Tuesday": 40,
134
- "not": 41,
135
- "by": 42,
136
- "ditch": 43,
137
- "quite": 44,
138
- "sure": 45
139
  },
140
  "unk_token": "<unk>"
141
  }
 
95
  "<mask>": 2,
96
  "<bos>": 3,
97
  ".": 4,
98
+ "was": 5,
99
+ "the": 6,
100
+ "and": 7,
101
+ ",": 8,
102
+ "it": 9,
103
+ "here": 10,
104
+ "in": 11,
105
  "Bible": 12,
106
  "he": 13,
107
+ "meant": 14,
108
+ "Today": 15,
109
+ "class": 16,
110
+ "quite": 17,
111
+ "sure": 18,
112
+ "He": 19,
113
+ "boy": 20,
114
+ "knew": 21,
115
+ "should": 22,
116
+ "that": 23,
117
+ "world": 24,
118
  "leave": 25,
119
+ "not": 26,
120
+ "of": 27,
121
+ "Tuesday": 28,
122
+ "intended": 29,
123
+ "justice": 30,
124
+ "now": 31,
125
+ "to": 32,
126
+ "Oh": 33,
127
+ "by": 34,
128
+ "there": 35,
129
+ "Because": 36,
130
+ "ditch": 37,
131
+ "find": 38,
132
+ "none": 39,
133
+ "really": 40,
134
+ ":": 41,
135
+ "But": 42,
136
+ "mattered": 43,
137
+ "virtue": 44,
138
+ "cows": 45
139
  },
140
  "unk_token": "<unk>"
141
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99c0c17774114467b2e5334d3ebc5f1708e47851ada1f0d6e149fa6445343688
3
  size 4408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:918e1477bc82fdd04e7222fc5924ae19f1264f411104fb0718042d78a5e8ce6a
3
  size 4408