joshcarp commited on
Commit
e6ebea2
1 Parent(s): 5138926

Training in progress, epoch 1

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
@@ -33,7 +33,7 @@
33
  }
34
  },
35
  "torch_dtype": "float32",
36
- "transformers_version": "4.40.2",
37
  "use_cache": true,
38
  "vocab_size": 50257
39
  }
 
33
  }
34
  },
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.41.0",
37
  "use_cache": true,
38
  "vocab_size": 50257
39
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:360f472734f1af9085c0698a07f1946907f5f98abe99b319f2331bcde7e57ae2
3
  size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3725a6a71e2c9a9163d728a012ea5d9a02c6bc7382cf0c123625d1dd54161d
3
  size 497774208
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:70c6bbf9906bfd5234c13582707a207da8e15ad8327eb8c4883eb4f60735cf56
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff71371847efeb7bf359895813ab28ed637577645835f1902804029cf789441
3
+ size 5048