leofn3 commited on
Commit
16a0ba2
1 Parent(s): c47e03a

Training in progress, step 10000

Browse files
config.json CHANGED
@@ -20,5 +20,5 @@
20
  "transformers_version": "4.38.2",
21
  "type_vocab_size": 2,
22
  "use_cache": true,
23
- "vocab_size": 30522
24
  }
 
20
  "transformers_version": "4.38.2",
21
  "type_vocab_size": 2,
22
  "use_cache": true,
23
+ "vocab_size": 119547
24
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13fcb9dfb76ff35ca34932d1a044a3a7513994e7729b0eba4791662c66250d0c
3
- size 82327168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fcacc3c24a156c6d9d916d7a9b7af12d7ae71432cd5a5c07bf77cc75ced7452
3
+ size 219425876
runs/Apr03_12-45-49_51967b186a57/events.out.tfevents.1712148354.51967b186a57.942.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7146cf0b661616c6f1fd771d1fdbf1fcfbfc024e763da9e9f8e48a202495d42
3
+ size 4511
runs/Apr03_12-46-15_51967b186a57/events.out.tfevents.1712148390.51967b186a57.942.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44da305929b9f988beefe695b420989dce55dc8de88d5a28f229f07c51549768
3
+ size 8732
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
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,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e81fbfb08f91166eea23fff386aff020e60208e8c4152eed757dbb4e312c81d4
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5772e76920aadb41c1c383fd190920af708ae80be6ed863351183dad1fc537d8
3
  size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff