metamath commited on
Commit
a8e5dca
1 Parent(s): 8d86bc0

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +2 -2
config.json CHANGED
@@ -326,6 +326,6 @@
326
  "sinusoidal_pos_embds": false,
327
  "tie_weights_": true,
328
  "torch_dtype": "float32",
329
- "transformers_version": "4.35.2",
330
  "vocab_size": 30522
331
  }
 
326
  "sinusoidal_pos_embds": false,
327
  "tie_weights_": true,
328
  "torch_dtype": "float32",
329
+ "transformers_version": "4.36.2",
330
  "vocab_size": 30522
331
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ec4efd86bcf6b06a64cea1361877859cf36ed7829ff9d816e1d409874c6dc3b
3
  size 268290900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221628a8c2e54cac6f740929b8a9e6a8252b3a2325908c4a291b756e53889067
3
  size 268290900
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb85b846081dd97ad6e4da5112d241c8d9ca5b0ec1461a002fe8e508f5a0fab2
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f1ea6435ca364fe64c4458d121e39307100c1520814f8e693138813dc74f1c
3
+ size 4728