Alexander-Learn commited on
Commit
f9f1bdf
·
1 Parent(s): 1e769d2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "bert-base-chinese",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
- "directionality": "bidi",
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
@@ -39,15 +39,10 @@
39
  "num_attention_heads": 12,
40
  "num_hidden_layers": 12,
41
  "pad_token_id": 0,
42
- "pooler_fc_size": 768,
43
- "pooler_num_attention_heads": 12,
44
- "pooler_num_fc_layers": 3,
45
- "pooler_size_per_head": 128,
46
- "pooler_type": "first_token_transform",
47
  "position_embedding_type": "absolute",
48
  "torch_dtype": "float32",
49
  "transformers_version": "4.12.4",
50
  "type_vocab_size": 2,
51
  "use_cache": true,
52
- "vocab_size": 21128
53
  }
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
39
  "num_attention_heads": 12,
40
  "num_hidden_layers": 12,
41
  "pad_token_id": 0,
 
 
 
 
 
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
  "transformers_version": "4.12.4",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
+ "vocab_size": 28996
48
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c07c93ba27d0782e0fdf9ab83b2942cd1898aeff7f1afc223bf31a75c420070
3
- size 406819313
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec28c4cc9745f953975249f80b8e57838dc513df14465be0cddcdeadeb4bac0b
3
+ size 430989809
runs/Jan28_00-46-41_DESKTOP-R5PDHFI/events.out.tfevents.1643302044.DESKTOP-R5PDHFI.4780.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cb9784480aa06397ff0212dd453300a4d87f43bf45d977b1d0414cbd7383698
3
- size 5711
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85098bee118e4df7a837d91b12bd91b53571b968d2561fee0ef03c2832b8e650
3
+ size 7008
runs/Jan28_16-05-36_DESKTOP-R5PDHFI/1643357189.635932/events.out.tfevents.1643357189.DESKTOP-R5PDHFI.4780.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d1396ab9250857d166833880cc2df0864c6a4f7661da6c3bd0dd9538e46e6e
3
+ size 4516
runs/Jan28_16-05-36_DESKTOP-R5PDHFI/events.out.tfevents.1643357189.DESKTOP-R5PDHFI.4780.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc9571c8cb14cdfa8eaec793fb8bbecdce834feeb52692c2691fed11f8760c7
3
+ size 3510
runs/Jan28_16-22-57_DESKTOP-R5PDHFI/1643358200.3873262/events.out.tfevents.1643358200.DESKTOP-R5PDHFI.26556.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f4c054c0b121cac3bd93145c12e54b5bfc4b274a13bf9354205ed2288df2ee
3
+ size 4516
runs/Jan28_16-22-57_DESKTOP-R5PDHFI/events.out.tfevents.1643358200.DESKTOP-R5PDHFI.26556.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e43dae1b20311046f14f1458813c9ef28323b61a94b42e6faa1fd0c101a156
3
+ size 4453
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-chinese", "tokenizer_class": "BertTokenizer"}
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bbb29e0c5ec10bb81018bcfd0d505bb5fa398ec047e7464675c8f0c0ef276ed
3
  size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ddb638ed7395af05523558a64e51f630c8c3cc965d70f6688302a125769aa0d
3
  size 2863
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff