shuheng commited on
Commit
0de2caa
verified
1 Parent(s): 6d9f5e9

Training in progress, step 500

Browse files
config.json CHANGED
@@ -28,7 +28,7 @@
28
  "pad_token_id": 0,
29
  "position_embedding_type": "absolute",
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.46.2",
32
  "type_vocab_size": 2,
33
  "vocab_size": 30000
34
  }
 
28
  "pad_token_id": 0,
29
  "position_embedding_type": "absolute",
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.47.1",
32
  "type_vocab_size": 2,
33
  "vocab_size": 30000
34
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82f0427005730de3038615c3a5d97e9524ed5d002e63aca6c68b17f55ed6d913
3
  size 823293160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5454b908087d6c824a13aaf324e6f7183e15c29a40b172f7e7043a15351c8492
3
  size 823293160
runs/Feb02_18-12-39_xgpi9/events.out.tfevents.1738491200.xgpi9.431917.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e37e1f6a62b38f52ebc6058afad1b6a809e5cd5f52de17a3e29b8dd232c29ed
3
+ size 5470
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -46,6 +46,7 @@
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
  "eos_token": "[SEP]",
 
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
51
  "model_max_length": 512,
 
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
  "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
  "keep_accents": false,
51
  "mask_token": "[MASK]",
52
  "model_max_length": 512,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51d792bbe4b99fc7e1aa30b7592e55453452324a5892e5de655ed907aa7a088e
3
- size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c79091da8796833eade9bf624055a81a57ad477591ff5d163db1fa2da3e9759
3
+ size 5432