izaitova commited on
Commit
5c5c7e5
1 Parent(s): 62a4319

End of training

Browse files
Files changed (4) hide show
  1. README.md +75 -0
  2. config.json +43 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: deepset/gbert-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: gbert-large_ner
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # gbert-large_ner
20
+
21
+ This model is a fine-tuned version of [deepset/gbert-large](https://huggingface.co/deepset/gbert-large) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3755
24
+ - Precision: 0.9010
25
+ - Recall: 0.8948
26
+ - F1: 0.8975
27
+ - Accuracy: 0.9521
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 438 | 0.2334 | 0.8727 | 0.8653 | 0.8649 | 0.9303 |
59
+ | 0.3598 | 2.0 | 876 | 0.2149 | 0.8885 | 0.8649 | 0.8757 | 0.9391 |
60
+ | 0.1678 | 3.0 | 1314 | 0.2257 | 0.8820 | 0.8906 | 0.8847 | 0.9461 |
61
+ | 0.1054 | 4.0 | 1752 | 0.2580 | 0.8902 | 0.8884 | 0.8884 | 0.9463 |
62
+ | 0.0645 | 5.0 | 2190 | 0.2881 | 0.8896 | 0.8820 | 0.8833 | 0.9451 |
63
+ | 0.0436 | 6.0 | 2628 | 0.2767 | 0.8922 | 0.8911 | 0.8914 | 0.9479 |
64
+ | 0.0245 | 7.0 | 3066 | 0.3190 | 0.9026 | 0.9038 | 0.9030 | 0.9534 |
65
+ | 0.0108 | 8.0 | 3504 | 0.3547 | 0.8879 | 0.8886 | 0.8876 | 0.9474 |
66
+ | 0.0108 | 9.0 | 3942 | 0.3780 | 0.8943 | 0.8886 | 0.8910 | 0.9494 |
67
+ | 0.0074 | 10.0 | 4380 | 0.3755 | 0.9010 | 0.8948 | 0.8975 | 0.9521 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.42.4
73
+ - Pytorch 2.3.1+cu121
74
+ - Datasets 2.20.0
75
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "deepset/gbert-large",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 4096,
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3,
27
+ "LABEL_4": 4,
28
+ "LABEL_5": 5,
29
+ "LABEL_6": 6
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_position_embeddings": 512,
33
+ "model_type": "bert",
34
+ "num_attention_heads": 16,
35
+ "num_hidden_layers": 24,
36
+ "pad_token_id": 0,
37
+ "position_embedding_type": "absolute",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.42.4",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 31102
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f508e01f4382c3bbbcca5529859dc5fdbdb405bd2f3ccf0fbb648e154a09bba
3
+ size 1338820348
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2e975384606fe514b30104a7ef481434cdcbff767c0dbdc2c4d1b00fbb4868b
3
+ size 5112