ShaunThayil commited on
Commit
13c35c1
1 Parent(s): f50f563

End of training

Browse files
Files changed (4) hide show
  1. README.md +72 -0
  2. config.json +27 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: training-7
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
+ # training-7
20
+
21
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0602
24
+ - Accuracy: 0.9878
25
+ - Precision: 0.9909
26
+ - Recall: 0.9842
27
+ - F1: 0.9875
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: 2e-05
47
+ - train_batch_size: 8
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: 4
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | No log | 0.5 | 131 | 0.0592 | 0.9856 | 0.9954 | 0.9752 | 0.9852 |
59
+ | No log | 1.0 | 262 | 0.0695 | 0.9789 | 0.9977 | 0.9594 | 0.9781 |
60
+ | 0.1477 | 1.49 | 393 | 0.0648 | 0.9822 | 0.9977 | 0.9661 | 0.9817 |
61
+ | 0.1477 | 1.99 | 524 | 0.0657 | 0.9833 | 0.9954 | 0.9707 | 0.9829 |
62
+ | 0.0555 | 2.49 | 655 | 0.0611 | 0.9856 | 0.9954 | 0.9752 | 0.9852 |
63
+ | 0.0555 | 2.99 | 786 | 0.0599 | 0.9889 | 0.9932 | 0.9842 | 0.9887 |
64
+ | 0.0243 | 3.49 | 917 | 0.0574 | 0.9878 | 0.9909 | 0.9842 | 0.9875 |
65
+ | 0.0243 | 3.98 | 1048 | 0.0602 | 0.9878 | 0.9909 | 0.9842 | 0.9875 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.33.1
71
+ - Pytorch 2.2.0.dev20230913+cu121
72
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
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.33.1",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7d2f4fc77bda42387e4c4bea276c1e8eb3cb5e283b10ac6ffd49e1082b9eaa
3
+ size 438003950
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197748b829a7b03260f400f5b62fe0bd16da44b3a04f98c84aa83b128c2a35e5
3
+ size 4472