PassbyGrocer commited on
Commit
65c9c31
·
verified ·
1 Parent(s): f2d7316

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. config.json +8 -3
  2. model.safetensors +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -1
  5. vocab.txt +0 -0
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
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,
@@ -35,10 +35,15 @@
35
  "num_attention_heads": 12,
36
  "num_hidden_layers": 12,
37
  "pad_token_id": 0,
 
 
 
 
 
38
  "position_embedding_type": "absolute",
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.46.1",
41
  "type_vocab_size": 2,
42
  "use_cache": true,
43
- "vocab_size": 30522
44
  }
 
1
  {
2
+ "_name_or_path": "google-bert/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,
 
35
  "num_attention_heads": 12,
36
  "num_hidden_layers": 12,
37
  "pad_token_id": 0,
38
+ "pooler_fc_size": 768,
39
+ "pooler_num_attention_heads": 12,
40
+ "pooler_num_fc_layers": 3,
41
+ "pooler_size_per_head": 128,
42
+ "pooler_type": "first_token_transform",
43
  "position_embedding_type": "absolute",
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.46.1",
46
  "type_vocab_size": 2,
47
  "use_cache": true,
48
+ "vocab_size": 21128
49
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3c4733b57dab148200090968df15b7336dec60ecea76a931f3226e79cfef894
3
- size 435611468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d7f8f316e11ffb39c8adb6d71e8fce0b2fb63d5a866128d75f8a58fff828fa
3
+ size 406753060
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff