izaitova commited on
Commit
8be9139
·
verified ·
1 Parent(s): 58be5a3

End of training

Browse files
Files changed (4) hide show
  1. README.md +76 -0
  2. config.json +45 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-4.0
4
+ base_model: Goader/liberta-large
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: liberta-large_ner
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # liberta-large_ner
21
+
22
+ This model is a fine-tuned version of [Goader/liberta-large](https://huggingface.co/Goader/liberta-large) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.3665
25
+ - Precision: 0.9206
26
+ - Recall: 0.9363
27
+ - F1: 0.9275
28
+ - Accuracy: 0.9548
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 5e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 10
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | No log | 1.0 | 438 | 0.2759 | 0.8856 | 0.9109 | 0.8963 | 0.9300 |
60
+ | 0.3117 | 2.0 | 876 | 0.2289 | 0.9165 | 0.9251 | 0.9201 | 0.9493 |
61
+ | 0.1293 | 3.0 | 1314 | 0.3084 | 0.9111 | 0.9205 | 0.9147 | 0.9465 |
62
+ | 0.0687 | 4.0 | 1752 | 0.2430 | 0.9171 | 0.9343 | 0.9249 | 0.9534 |
63
+ | 0.0399 | 5.0 | 2190 | 0.2581 | 0.9284 | 0.9334 | 0.9292 | 0.9564 |
64
+ | 0.0223 | 6.0 | 2628 | 0.2819 | 0.9258 | 0.9368 | 0.9301 | 0.9563 |
65
+ | 0.0149 | 7.0 | 3066 | 0.3421 | 0.9158 | 0.9354 | 0.9252 | 0.9527 |
66
+ | 0.005 | 8.0 | 3504 | 0.3694 | 0.9162 | 0.9337 | 0.9238 | 0.9527 |
67
+ | 0.005 | 9.0 | 3942 | 0.3357 | 0.9241 | 0.9387 | 0.9308 | 0.9563 |
68
+ | 0.0029 | 10.0 | 4380 | 0.3665 | 0.9206 | 0.9363 | 0.9275 | 0.9548 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.44.2
74
+ - Pytorch 2.4.0+cu121
75
+ - Datasets 2.21.0
76
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Goader/liberta-large",
3
+ "architectures": [
4
+ "BertForTokenClassification"
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": 1024,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2,
27
+ "LABEL_3": 3,
28
+ "LABEL_4": 4,
29
+ "LABEL_5": 5,
30
+ "LABEL_6": 6
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 16,
36
+ "num_hidden_layers": 24,
37
+ "pad_token_id": 0,
38
+ "position_embedding_type": "absolute",
39
+ "sep_token_id": 3,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.44.2",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 32000
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14614f93850324edec3840e087d6fbcdf6bd085b10ad80ec9d8e366e1c88de85
3
+ size 1342498556
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83ab755435826838570bbdc0e96a8bf9206f093a0345f3bd1448822b354dbe2
3
+ size 5176