BayanDuygu commited on
Commit
fe959a2
·
verified ·
1 Parent(s): 3197a4c

Model save

Browse files
Files changed (2) hide show
  1. README.md +77 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: roberta-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: roberta-stance
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # roberta-stance
21
+
22
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 1.1034
25
+ - Accuracy: 0.6232
26
+ - Precision: 0.6077
27
+ - Recall: 0.6301
28
+ - F1: 0.6127
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 64
49
+ - eval_batch_size: 64
50
+ - seed: 42
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 500
54
+ - num_epochs: 10
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | No log | 1.0 | 46 | 1.0695 | 0.5184 | 0.1728 | 0.3333 | 0.2276 |
61
+ | No log | 2.0 | 92 | 1.0372 | 0.5184 | 0.1728 | 0.3333 | 0.2276 |
62
+ | No log | 3.0 | 138 | 0.9757 | 0.5746 | 0.4121 | 0.4214 | 0.3711 |
63
+ | No log | 4.0 | 184 | 0.8826 | 0.6063 | 0.5820 | 0.5298 | 0.5423 |
64
+ | No log | 5.0 | 230 | 0.8429 | 0.6166 | 0.6159 | 0.6011 | 0.5824 |
65
+ | No log | 6.0 | 276 | 0.8153 | 0.6472 | 0.6257 | 0.6376 | 0.6294 |
66
+ | No log | 7.0 | 322 | 0.8600 | 0.6559 | 0.6492 | 0.6427 | 0.6315 |
67
+ | No log | 8.0 | 368 | 0.8912 | 0.6299 | 0.6138 | 0.6159 | 0.6108 |
68
+ | No log | 9.0 | 414 | 1.0091 | 0.6161 | 0.6048 | 0.6345 | 0.6084 |
69
+ | No log | 10.0 | 460 | 1.1034 | 0.6232 | 0.6077 | 0.6301 | 0.6127 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.47.1
75
+ - Pytorch 2.5.1+cu124
76
+ - Datasets 3.2.0
77
+ - Tokenizers 0.21.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47e3109978bcbbcc5633a738ceab0002260d756e52115738c3c25b92437638bf
3
  size 498615900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50665ba9efa10d284cee57ed7472d8c6475f35c10d146f1a31de44a41961b873
3
  size 498615900