absonS commited on
Commit
cd67e12
1 Parent(s): fc36194

End of training

Browse files
Files changed (4) hide show
  1. README.md +76 -0
  2. all_results.json +8 -0
  3. model.safetensors +1 -1
  4. train_results.json +8 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/deberta-v3-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: finetuning_test
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
+ # finetuning_test
20
+
21
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.6970
24
+ - Accuracy: 0.5
25
+ - F1-score: 0.6667
26
+ - Precision: 0.5
27
+ - Recall: 1.0
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: 1e-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
+ - lr_scheduler_warmup_steps: 2
53
+ - num_epochs: 1
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
59
+ | 0.7485 | 0.1 | 1 | 0.6990 | 0.5 | 0.6667 | 0.5 | 1.0 |
60
+ | 0.6785 | 0.2 | 2 | 0.6984 | 0.5 | 0.6667 | 0.5 | 1.0 |
61
+ | 0.6803 | 0.3 | 3 | 0.6982 | 0.5 | 0.6667 | 0.5 | 1.0 |
62
+ | 0.6517 | 0.4 | 4 | 0.6983 | 0.5 | 0.6667 | 0.5 | 1.0 |
63
+ | 0.7254 | 0.5 | 5 | 0.6980 | 0.5 | 0.6667 | 0.5 | 1.0 |
64
+ | 0.6979 | 0.6 | 6 | 0.6978 | 0.5 | 0.6667 | 0.5 | 1.0 |
65
+ | 0.7064 | 0.7 | 7 | 0.6975 | 0.5 | 0.6667 | 0.5 | 1.0 |
66
+ | 0.6709 | 0.8 | 8 | 0.6973 | 0.5 | 0.6667 | 0.5 | 1.0 |
67
+ | 0.7092 | 0.9 | 9 | 0.6971 | 0.5 | 0.6667 | 0.5 | 1.0 |
68
+ | 0.6975 | 1.0 | 10 | 0.6970 | 0.5 | 0.6667 | 0.5 | 1.0 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.44.2
74
+ - Pytorch 2.5.0+cu121
75
+ - Datasets 3.1.0
76
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 1340245973568.0,
4
+ "train_loss": 0.6966156482696533,
5
+ "train_runtime": 839.2284,
6
+ "train_samples_per_second": 0.095,
7
+ "train_steps_per_second": 0.012
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de07b6b315d9875b0a229e0a26d7ff3d9142fe95b984e05b46577e821493df08
3
  size 737719272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb1152571af66b6d6a5b59b8e23d13d300e135617b8b615a5365c7c0a72ffb8
3
  size 737719272
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 1340245973568.0,
4
+ "train_loss": 0.6966156482696533,
5
+ "train_runtime": 839.2284,
6
+ "train_samples_per_second": 0.095,
7
+ "train_steps_per_second": 0.012
8
+ }