Kaze-droid commited on
Commit
a2407ec
1 Parent(s): 6cc689c

End of training

Browse files
Files changed (3) hide show
  1. README.md +46 -46
  2. config.json +6 -6
  3. training_args.bin +1 -1
README.md CHANGED
@@ -1,46 +1,46 @@
1
- ---
2
- tags:
3
- - generated_from_trainer
4
- model-index:
5
- - name: event-extraction-tagger
6
- results: []
7
- ---
8
-
9
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
- should probably proofread and complete it, then remove this comment. -->
11
-
12
- # event-extraction-tagger
13
-
14
- This model was finetuned on Wikipedia's current events portal
15
-
16
- ## Model description
17
-
18
- Extracts events mentioned in text by framing it as a token classification task with labels B-event, I-event and O
19
-
20
- ## Intended uses & limitations
21
-
22
- More information needed
23
-
24
- ## Training and evaluation data
25
-
26
- More information needed
27
-
28
- ## Training procedure
29
-
30
- ### Training hyperparameters
31
-
32
- The following hyperparameters were used during training:
33
- - learning_rate: 5e-05
34
- - train_batch_size: 8
35
- - eval_batch_size: 8
36
- - seed: 42
37
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
- - lr_scheduler_type: linear
39
- - num_epochs: 3.0
40
-
41
- ### Framework versions
42
-
43
- - Transformers 4.44.0
44
- - Pytorch 2.4.0+cu121
45
- - Datasets 2.20.0
46
- - Tokenizers 0.19.1
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: event-extraction-tagger
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # event-extraction-tagger
13
+
14
+ This model was trained from scratch on the None dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 5e-05
34
+ - train_batch_size: 8
35
+ - eval_batch_size: 8
36
+ - seed: 42
37
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
+ - lr_scheduler_type: linear
39
+ - num_epochs: 3.0
40
+
41
+ ### Framework versions
42
+
43
+ - Transformers 4.44.0
44
+ - Pytorch 2.4.0+cu121
45
+ - Datasets 2.20.0
46
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -10,16 +10,16 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "B-event",
14
- "1": "I-event",
15
- "2": "O"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "B-event": 0,
21
- "I-event": 1,
22
- "O": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "O",
14
+ "1": "B-event",
15
+ "2": "I-event"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "B-event": 1,
21
+ "I-event": 2,
22
+ "O": 0
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c71c349fdfca340ca2da693b6206077b0a3842239278fa67bd55a715d352287c
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b307012c1af0a45ca33c5b25f820fccae03aef0b0b64cd4bc84a9dd3c35c8d2b
3
  size 5240