IvAnastasia commited on
Commit
515b63f
·
verified ·
1 Parent(s): 2b51a73

End of training

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ - precision
9
+ - recall
10
+ - accuracy
11
+ model-index:
12
+ - name: test_trainer
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
+ # test_trainer
20
+
21
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.0633
24
+ - F1: 0.3413
25
+ - Precision: 0.2765
26
+ - Recall: 0.4456
27
+ - Accuracy: 0.7017
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: 1e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 8
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
58
+ | 0.6981 | 1.0 | 285 | 0.6720 | 0.3035 | 0.2919 | 0.3161 | 0.7484 |
59
+ | 0.6726 | 2.0 | 570 | 0.6554 | 0.3547 | 0.2740 | 0.5026 | 0.6828 |
60
+ | 0.6402 | 3.0 | 855 | 0.6574 | 0.3609 | 0.2675 | 0.5544 | 0.6595 |
61
+ | 0.568 | 4.0 | 1140 | 0.7293 | 0.3620 | 0.3154 | 0.4249 | 0.7403 |
62
+ | 0.4926 | 5.0 | 1425 | 0.8515 | 0.3383 | 0.2883 | 0.4093 | 0.7224 |
63
+ | 0.4303 | 6.0 | 1710 | 0.9507 | 0.3538 | 0.2813 | 0.4767 | 0.6981 |
64
+ | 0.38 | 7.0 | 1995 | 1.0129 | 0.3366 | 0.2685 | 0.4508 | 0.6918 |
65
+ | 0.3437 | 8.0 | 2280 | 1.0633 | 0.3413 | 0.2765 | 0.4456 | 0.7017 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.38.2
71
+ - Pytorch 2.2.1+cu121
72
+ - Datasets 2.18.0
73
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 28996
27
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bd36da845fb2e6f1bad87517a74c6f11f652f4f6942aa2a647e6ab4dd6a7ab
3
+ size 433270768
runs/Mar24_14-08-25_8a048ec7b58f/events.out.tfevents.1711289316.8a048ec7b58f.887.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2288837ebd21ba242b9075e96bfae1fabc3ee8912dd032bb6bdc2d895e6a030
3
+ size 10565
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9a27c9f24d324980b5b6ca7d9fe1e49ff933a5319b95dae48d05a278591397
3
+ size 4856