alexpaunoiu commited on
Commit
758da4c
1 Parent(s): 64a6188

Model save

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: bert_finetune_classification
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
+ # bert_finetune_classification
15
+
16
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1339
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: 2e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 16
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 30
46
+ - num_epochs: 9
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.0748 | 1.0 | 417 | 0.0957 |
53
+ | 0.0517 | 2.0 | 834 | 0.0880 |
54
+ | 0.0631 | 3.0 | 1251 | 0.0736 |
55
+ | 0.0048 | 4.0 | 1669 | 0.0795 |
56
+ | 0.0457 | 5.0 | 2086 | 0.0861 |
57
+ | 0.0016 | 6.0 | 2503 | 0.1086 |
58
+ | 0.0482 | 7.0 | 2920 | 0.1073 |
59
+ | 0.0483 | 8.0 | 3338 | 0.1224 |
60
+ | 0.0286 | 8.99 | 3753 | 0.1339 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.34.1
66
+ - Pytorch 2.0.0+cu117
67
+ - Datasets 2.14.5
68
+ - Tokenizers 0.14.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc6c1b69a661b0f9e2dbcffa2a286cd9d6076bfd8657aee10f23c0fb19781843
3
  size 661033777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b12712295d1a6a7c4ae706595a0e46ffa745b6ee937b10ed4f2bed84b03d589
3
  size 661033777