Sonny4Sonnix commited on
Commit
7ad58ab
1 Parent(s): 6f2493d

End of training

Browse files
Files changed (4) hide show
  1. README.md +71 -0
  2. config.json +37 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: test_trainer
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # test_trainer
15
+
16
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4812
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 3
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.6704 | 0.2 | 500 | 0.6205 |
50
+ | 0.5688 | 0.4 | 1000 | 0.5265 |
51
+ | 0.564 | 0.6 | 1500 | 0.6922 |
52
+ | 0.5507 | 0.8 | 2000 | 0.5712 |
53
+ | 0.5431 | 1.0 | 2500 | 0.5408 |
54
+ | 0.4814 | 1.2 | 3000 | 0.5074 |
55
+ | 0.4636 | 1.4 | 3500 | 0.4950 |
56
+ | 0.4825 | 1.6 | 4000 | 0.4812 |
57
+ | 0.4604 | 1.8 | 4500 | 0.5300 |
58
+ | 0.4626 | 2.0 | 5000 | 0.5234 |
59
+ | 0.4094 | 2.2 | 5500 | 0.5565 |
60
+ | 0.4156 | 2.4 | 6000 | 0.5373 |
61
+ | 0.3952 | 2.6 | 6500 | 0.5398 |
62
+ | 0.3742 | 2.8 | 7000 | 0.5223 |
63
+ | 0.3847 | 3.0 | 7500 | 0.5249 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.33.1
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.14.5
71
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.33.1",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 28996
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d342fd8cb98fbba1b3ffcef7a8e8dad1718ae97b961af3917da2a3e8d2dd1e59
3
+ size 433318705
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7118733c3aab5841f2b243f5d9c460daa6439a75640066c1c144d416f06edcf9
3
+ size 4027