Everither commited on
Commit
b4fcd98
·
verified ·
1 Parent(s): d3504bc

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
@@ -27,6 +27,6 @@
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
  "torch_dtype": "float32",
30
- "transformers_version": "4.55.0",
31
  "vocab_size": 30522
32
  }
 
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.55.4",
31
  "vocab_size": 30522
32
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7ceb4eee7db9c46d0880d8cfc8b91d86781868aea4cf463d586f6021d075ece
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b280b26165e3e3da1e88050460e71af8bb99bf9b4d7da4ed184319f3ea489c
3
  size 267832560
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:c55380a584a79c4ddede3a3951d6652f25a4b8028e37716eeea0f6b86ff65596
3
- size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52acc8f133ddb68f5c5f84b5144300055816113896c7e941879599e3ec3c1c11
3
+ size 5713