hsincho commited on
Commit
05ee15d
·
verified ·
1 Parent(s): 6c89515

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +44 -43
  2. model.safetensors +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,43 +1,44 @@
1
- {
2
- "_name_or_path": "hfl/chinese-bert-wwm",
3
- "architectures": [
4
- "BertForSequenceClassification"
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,
12
- "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2"
16
- },
17
- "initializer_range": 0.02,
18
- "intermediate_size": 3072,
19
- "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2
23
- },
24
- "layer_norm_eps": 1e-12,
25
- "max_position_embeddings": 512,
26
- "model_type": "bert",
27
- "num_attention_heads": 12,
28
- "num_hidden_layers": 12,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pooler_fc_size": 768,
32
- "pooler_num_attention_heads": 12,
33
- "pooler_num_fc_layers": 3,
34
- "pooler_size_per_head": 128,
35
- "pooler_type": "first_token_transform",
36
- "position_embedding_type": "absolute",
37
- "problem_type": "single_label_classification",
38
- "torch_dtype": "float32",
39
- "transformers_version": "4.46.3",
40
- "type_vocab_size": 2,
41
- "use_cache": true,
42
- "vocab_size": 21128
43
- }
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 16,
29
+ "num_hidden_layers": 24,
30
+ "output_past": true,
31
+ "pad_token_id": 0,
32
+ "pooler_fc_size": 768,
33
+ "pooler_num_attention_heads": 12,
34
+ "pooler_num_fc_layers": 3,
35
+ "pooler_size_per_head": 128,
36
+ "pooler_type": "first_token_transform",
37
+ "position_embedding_type": "absolute",
38
+ "problem_type": "single_label_classification",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.50.3",
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 21128
44
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee4d61023b67725df15c7653900c90a3c75e4ba4739eef8775d54579f408eb67
3
- size 409103316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f6e04c23dec9d48ca3842d69fb6d36af1e38c424ce8f4633a70a4f26cd80505
3
+ size 1302148996
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb883a2fa08d96a242b99418f1f06e666c653a3adf9faebd55472e97df862b1d
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140681e5cfa3f58fd8e81f912a04b6c0f82bc3d17f9d666a7890b9747161481b
3
+ size 5368