luluw commited on
Commit
111bfbe
1 Parent(s): 8d7ebae

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -28,6 +28,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.46.2",
32
  "vocab_size": 30522
33
  }
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.44.2",
32
  "vocab_size": 30522
33
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:31d2668e4b4e1c4a0ba72321c5beb47f1cf49a9069fa08ded084240259c4aa0b
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c13a030c5edf181e2475a4392c106057d33662b46cbfa84ba20fdfd9f49824a3
3
  size 267832560
runs/Nov10_17-03-26_f6031cd483a5/events.out.tfevents.1731258287.f6031cd483a5.323.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70095f1376cf3ed75ac09c74b4282ef5fe0759ded7591dbd00ccd2e0323c5149
3
+ size 5002
runs/Nov10_17-03-26_f6031cd483a5/events.out.tfevents.1731258407.f6031cd483a5.323.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b5bc31b1d5dd88d861ce944e05617996bbd2d088b54c9d7db738d1adc25b6a
3
+ size 5002
runs/Nov10_17-03-26_f6031cd483a5/events.out.tfevents.1731258420.f6031cd483a5.323.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f433a254c9890757361fcb2032983997fe7802439026c4e3da1dfc1133c18202
3
+ size 5536
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 384,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -41,11 +41,11 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "model_max_length": 512,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 384,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ae2579fb9b68897dd7aa01c5a0f05a17cb98f1bdd284781c881c226a3889ce5
3
- size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:083ef78c596810273851f4382e1643cea652e3fb2198c170e7c61aac3fa74a41
3
+ size 5240