LEESIHYUN commited on
Commit
e66b5c1
1 Parent(s): 6a75aad

Training in progress, step 920

Browse files
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "scale_embedding": true,
50
  "static_position_embeddings": true,
51
  "torch_dtype": "float32",
52
- "transformers_version": "4.38.2",
53
  "use_cache": true,
54
  "vocab_size": 96103
55
  }
 
49
  "scale_embedding": true,
50
  "static_position_embeddings": true,
51
  "torch_dtype": "float32",
52
+ "transformers_version": "4.42.4",
53
  "use_cache": true,
54
  "vocab_size": 96103
55
  }
runs/Jul21_03-34-44_145b8cab604b/events.out.tfevents.1721532904.145b8cab604b.2538.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373943789550c7cc78c7c5120b54b1252624e34180cfed3fa3bc64908915550b
3
+ size 25464
tokenizer.json CHANGED
@@ -2,20 +2,11 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 1024
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,
@@ -970,6 +961,15 @@
970
  "rstrip": false,
971
  "normalized": false,
972
  "special": true
 
 
 
 
 
 
 
 
 
973
  }
974
  ],
975
  "normalizer": {
@@ -1002,8 +1002,8 @@
1002
  {
1003
  "type": "Metaspace",
1004
  "replacement": "▁",
1005
- "add_prefix_space": true,
1006
- "prepend_scheme": "always"
1007
  }
1008
  ]
1009
  },
@@ -1058,8 +1058,8 @@
1058
  "decoder": {
1059
  "type": "Metaspace",
1060
  "replacement": "▁",
1061
- "add_prefix_space": true,
1062
- "prepend_scheme": "always"
1063
  },
1064
  "model": {
1065
  "type": "Unigram",
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
961
  "rstrip": false,
962
  "normalized": false,
963
  "special": true
964
+ },
965
+ {
966
+ "id": 106,
967
+ "content": "<n>",
968
+ "single_word": false,
969
+ "lstrip": false,
970
+ "rstrip": false,
971
+ "normalized": false,
972
+ "special": false
973
  }
974
  ],
975
  "normalizer": {
 
1002
  {
1003
  "type": "Metaspace",
1004
  "replacement": "▁",
1005
+ "prepend_scheme": "always",
1006
+ "split": true
1007
  }
1008
  ]
1009
  },
 
1058
  "decoder": {
1059
  "type": "Metaspace",
1060
  "replacement": "▁",
1061
+ "prepend_scheme": "always",
1062
+ "split": true
1063
  },
1064
  "model": {
1065
  "type": "Unigram",
tokenizer_config.json CHANGED
@@ -847,6 +847,14 @@
847
  "rstrip": false,
848
  "single_word": false,
849
  "special": true
 
 
 
 
 
 
 
 
850
  }
851
  },
852
  "additional_special_tokens": [
 
847
  "rstrip": false,
848
  "single_word": false,
849
  "special": true
850
+ },
851
+ "106": {
852
+ "content": "<n>",
853
+ "lstrip": false,
854
+ "normalized": false,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": false
858
  }
859
  },
860
  "additional_special_tokens": [
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0360a7d2008c4fc175a189074628e657b48d754a17875362238add6dfaea9250
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f1cc21b14658c66cf058cbed9124ea92cc50142668306c91f57e337eb22df2
3
+ size 5112