Tommert25 commited on
Commit
4e7e1e7
1 Parent(s): 7adc25f

End of training

Browse files
Files changed (3) hide show
  1. README.md +70 -0
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +8 -1
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Tommert25/robbert2909_lrate7.5
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - recall
7
+ - accuracy
8
+ model-index:
9
+ - name: robbert0210_lrate2.5
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # robbert0210_lrate2.5
17
+
18
+ This model is a fine-tuned version of [Tommert25/robbert2909_lrate7.5](https://huggingface.co/Tommert25/robbert2909_lrate7.5) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6768
21
+ - Precisions: 0.8111
22
+ - Recall: 0.7885
23
+ - F-measure: 0.7986
24
+ - Accuracy: 0.9113
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2.5e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 8
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
55
+ | 0.054 | 1.0 | 942 | 0.6914 | 0.8256 | 0.7674 | 0.7846 | 0.9065 |
56
+ | 0.0568 | 2.0 | 1884 | 0.7397 | 0.8402 | 0.7902 | 0.8075 | 0.9099 |
57
+ | 0.0423 | 3.0 | 2826 | 0.6768 | 0.8111 | 0.7885 | 0.7986 | 0.9113 |
58
+ | 0.0293 | 4.0 | 3768 | 0.7276 | 0.8138 | 0.7879 | 0.7997 | 0.9142 |
59
+ | 0.0195 | 5.0 | 4710 | 0.7553 | 0.8036 | 0.7902 | 0.7951 | 0.9109 |
60
+ | 0.0129 | 6.0 | 5652 | 0.7606 | 0.8061 | 0.7962 | 0.7999 | 0.9100 |
61
+ | 0.0051 | 7.0 | 6594 | 0.7815 | 0.8039 | 0.7993 | 0.7996 | 0.9109 |
62
+ | 0.0104 | 8.0 | 7536 | 0.7743 | 0.8077 | 0.7986 | 0.8016 | 0.9121 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.33.3
68
+ - Pytorch 2.0.1+cu118
69
+ - Datasets 2.14.5
70
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d567fb491c9131f5d325894585631617e829156378f78dab2540ce1cdb725919
3
  size 464775913
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565cee76f3c2de999f2d4f2dcedbf901874a88ed7fd55c8b8363db0bead7faea
3
  size 464775913
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 1,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,