Seogmin commited on
Commit
53f4f34
1 Parent(s): 8fe7a44

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -48,7 +48,7 @@
48
  "pad_token_id": 0,
49
  "position_embedding_type": "absolute",
50
  "torch_dtype": "float32",
51
- "transformers_version": "4.29.2",
52
  "type_vocab_size": 2,
53
  "use_cache": true,
54
  "vocab_size": 32000
 
48
  "pad_token_id": 0,
49
  "position_embedding_type": "absolute",
50
  "torch_dtype": "float32",
51
+ "transformers_version": "4.35.2",
52
  "type_vocab_size": 2,
53
  "use_cache": true,
54
  "vocab_size": 32000
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb540f567cf470eeff666b081c2316e0c972c3f8ff6328f1a1dead8c4d0c604
3
+ size 440170348
runs/Jan17_15-54-43_03f43630981a/events.out.tfevents.1705506884.03f43630981a.187.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:630d22cc4b9ac20e606526788c72028b1077b0dc4433d94aae5c4dea5749dd97
3
+ size 5197
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef75a1381f18185195fed51e3b29e447bcaa27d9699e48a18c517e076ace88de
3
- size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e2931589c2e3fcf62fb59d6957066db80948654ab9cc6da5af106e71169c33
3
+ size 4600