ShaunThayil commited on
Commit
d6d9e10
1 Parent(s): ca690ba

End of training

Browse files
Files changed (4) hide show
  1. README.md +29 -15
  2. config.json +14 -16
  3. pytorch_model.bin +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # training-1
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.0188
24
- - Accuracy: 0.9957
25
- - Precision: 0.9979
26
- - Recall: 0.9936
27
- - F1: 0.9957
28
 
29
  ## Model description
30
 
@@ -43,9 +43,9 @@ More information needed
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
@@ -55,11 +55,25 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
- | No log | 0.99 | 175 | 0.0323 | 0.9925 | 1.0 | 0.9850 | 0.9925 |
59
- | 0.1307 | 1.99 | 350 | 0.0291 | 0.9936 | 1.0 | 0.9872 | 0.9935 |
60
- | 0.0299 | 2.98 | 525 | 0.0201 | 0.9957 | 0.9979 | 0.9936 | 0.9957 |
61
- | 0.024 | 3.98 | 700 | 0.0188 | 0.9957 | 0.9979 | 0.9936 | 0.9957 |
62
- | 0.0183 | 4.97 | 875 | 0.0188 | 0.9957 | 0.9979 | 0.9936 | 0.9957 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
 
65
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # training-1
20
 
21
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0292
24
+ - Accuracy: 0.9940
25
+ - Precision: 0.9982
26
+ - Recall: 0.9893
27
+ - F1: 0.9937
28
 
29
  ## Model description
30
 
 
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
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | No log | 0.25 | 85 | 0.0345 | 0.9931 | 0.9982 | 0.9875 | 0.9928 |
59
+ | No log | 0.5 | 170 | 0.0428 | 0.9905 | 1.0 | 0.9804 | 0.9901 |
60
+ | No log | 0.75 | 255 | 0.0295 | 0.9940 | 0.9982 | 0.9893 | 0.9937 |
61
+ | 0.0811 | 1.0 | 340 | 0.0237 | 0.9957 | 1.0 | 0.9911 | 0.9955 |
62
+ | 0.0811 | 1.25 | 425 | 0.0618 | 0.9897 | 1.0 | 0.9786 | 0.9892 |
63
+ | 0.0811 | 1.5 | 510 | 0.0338 | 0.9940 | 1.0 | 0.9875 | 0.9937 |
64
+ | 0.0811 | 1.76 | 595 | 0.0373 | 0.9931 | 1.0 | 0.9857 | 0.9928 |
65
+ | 0.0267 | 2.01 | 680 | 0.0382 | 0.9923 | 0.9982 | 0.9857 | 0.9919 |
66
+ | 0.0267 | 2.26 | 765 | 0.0271 | 0.9948 | 1.0 | 0.9893 | 0.9946 |
67
+ | 0.0267 | 2.51 | 850 | 0.0355 | 0.9940 | 1.0 | 0.9875 | 0.9937 |
68
+ | 0.0267 | 2.76 | 935 | 0.0397 | 0.9940 | 1.0 | 0.9875 | 0.9937 |
69
+ | 0.0187 | 3.01 | 1020 | 0.0270 | 0.9940 | 0.9982 | 0.9893 | 0.9937 |
70
+ | 0.0187 | 3.26 | 1105 | 0.0246 | 0.9948 | 0.9982 | 0.9911 | 0.9946 |
71
+ | 0.0187 | 3.51 | 1190 | 0.0340 | 0.9940 | 1.0 | 0.9875 | 0.9937 |
72
+ | 0.0187 | 3.76 | 1275 | 0.0242 | 0.9957 | 1.0 | 0.9911 | 0.9955 |
73
+ | 0.0093 | 4.01 | 1360 | 0.0224 | 0.9948 | 0.9982 | 0.9911 | 0.9946 |
74
+ | 0.0093 | 4.26 | 1445 | 0.0275 | 0.9940 | 0.9982 | 0.9893 | 0.9937 |
75
+ | 0.0093 | 4.51 | 1530 | 0.0285 | 0.9940 | 0.9982 | 0.9893 | 0.9937 |
76
+ | 0.0093 | 4.76 | 1615 | 0.0292 | 0.9940 | 0.9982 | 0.9893 | 0.9937 |
77
 
78
 
79
  ### Framework versions
config.json CHANGED
@@ -1,27 +1,25 @@
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
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForSequenceClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
 
 
11
  "initializer_range": 0.02,
 
 
12
  "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
  "pad_token_id": 0,
 
17
  "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.33.1",
 
 
24
  "vocab_size": 30522
25
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43d4a406737e3075bd00408e59822a99d9c784d163df09c314bd5bcd1b39a6f6
3
- size 438003950
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acd063f486d2307b8db8225437c8fba5d71f6c8b7dc261b5ffad01be0373b61
3
+ size 267855978
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4f2bf76be559a9f4817c4ba074097d33e500a4c024e88e150b3cbc4d18010b1
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6805874f93e682a9cec9dc0ea8f1e836bb07d9630cff35857cf4f9d1163e2f2d
3
  size 4472