AlonCohen commited on
Commit
8ee370b
1 Parent(s): c5dc35f

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "I-des_past_contribute",
13
+ "1": "B-undes_effort",
14
+ "2": "B-des_effort",
15
+ "3": "B-person_as_party_of_group",
16
+ "4": "B-org_inst_sect",
17
+ "5": "B-social_group",
18
+ "6": "I-des_identity",
19
+ "7": "I-des_effort",
20
+ "8": "I-des_need",
21
+ "9": "I-Ambiguous",
22
+ "10": "I-social_group",
23
+ "11": "I-org_inst_sect",
24
+ "12": "I-undes_effort",
25
+ "13": "I-person_as_party_of_group",
26
+ "14": "B-des_past_contribute",
27
+ "15": "O",
28
+ "16": "I-des_control",
29
+ "17": "B-Ambiguous",
30
+ "18": "B-des_control",
31
+ "19": "B-des_need"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "B-Ambiguous": 17,
36
+ "B-des_control": 18,
37
+ "B-des_effort": 2,
38
+ "B-des_need": 19,
39
+ "B-des_past_contribute": 14,
40
+ "B-org_inst_sect": 4,
41
+ "B-person_as_party_of_group": 3,
42
+ "B-social_group": 5,
43
+ "B-undes_effort": 1,
44
+ "I-Ambiguous": 9,
45
+ "I-des_control": 16,
46
+ "I-des_effort": 7,
47
+ "I-des_identity": 6,
48
+ "I-des_need": 8,
49
+ "I-des_past_contribute": 0,
50
+ "I-org_inst_sect": 11,
51
+ "I-person_as_party_of_group": 13,
52
+ "I-social_group": 10,
53
+ "I-undes_effort": 12,
54
+ "O": 15
55
+ },
56
+ "max_position_embeddings": 512,
57
+ "model_type": "distilbert",
58
+ "n_heads": 12,
59
+ "n_layers": 6,
60
+ "output_past": true,
61
+ "pad_token_id": 0,
62
+ "qa_dropout": 0.1,
63
+ "seq_classif_dropout": 0.2,
64
+ "sinusoidal_pos_embds": false,
65
+ "tie_weights_": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.25.1",
68
+ "vocab_size": 28996
69
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec7c27d0c380af167b3e18effc58d2897a5550fcf2dd4ebed8892477244bb94
3
+ size 260860005
runs/Dec29_07-26-40_38ba0edfa137/1672301325.2431016/events.out.tfevents.1672301325.38ba0edfa137.472.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adce4b8c1bcc7d0473f8bd30f6588a266cf96551104504c74295f4aa871b5571
3
+ size 5533
runs/Dec29_07-26-40_38ba0edfa137/events.out.tfevents.1672301325.38ba0edfa137.472.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf016295d6b5504b0f88ea86990f2dd011f444bfb1989e432c71d2f8017e631b
3
+ size 4441
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b898ded293ddfd54ecdc8aed2b637ec9475c7aa9f6ae56f8c90bf1e03c346b
3
+ size 3387