kernelpult commited on
Commit
eca451d
1 Parent(s): 2171ae5

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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,
12
+ "id2label": {
13
+ "0": "Claim",
14
+ "1": "Cooling-off",
15
+ "2": "Termination and surrender",
16
+ "3": "Renewal",
17
+ "4": "Forfeiture of payments, deduction of amount for premiums outstanding, right to withhold funds",
18
+ "5": "Exclusions, Limitations and waiting period",
19
+ "6": "Unilateral changes",
20
+ "7": "Dispute Resolutions",
21
+ "8": "Customer Complaints",
22
+ "9": "Others"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Claim": 0,
28
+ "Cooling-off": 1,
29
+ "Customer Complaints": 8,
30
+ "Dispute Resolutions": 7,
31
+ "Exclusions, Limitations and waiting period": 5,
32
+ "Forfeiture of payments, deduction of amount for premiums outstanding, right to withhold funds": 4,
33
+ "Others": 9,
34
+ "Renewal": 3,
35
+ "Termination and surrender": 2,
36
+ "Unilateral changes": 6
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_position_embeddings": 512,
40
+ "model_type": "bert",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 12,
43
+ "pad_token_id": 0,
44
+ "position_embedding_type": "absolute",
45
+ "problem_type": "single_label_classification",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.27.1",
48
+ "type_vocab_size": 2,
49
+ "use_cache": true,
50
+ "vocab_size": 30522
51
+ }
logs/1720747572.4627213/events.out.tfevents.1720747572.chihang.8337.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cddd9e343967bc9dbbe8348ffb9ae2d6a5855bc58e4edb9b6653ac5f0505dab
3
+ size 5799
logs/events.out.tfevents.1720747572.chihang.8337.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156c15c0206cc153ab727bfabf1d2caea6e904dd3e8565818d890e23d861691a
3
+ size 5175
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dce945a16fd151b4fa560479f57eb9c1e7d565552670b256c35e1b653b33579
3
+ size 438032946
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:166d0d48379210a0f501ed8598782e3553e3b2b8daab16e8c28c0ccb62c7fc75
3
+ size 4088