ysenarath commited on
Commit
053e8f4
·
verified ·
1 Parent(s): 3bc11db

End of training

Browse files
Files changed (2) hide show
  1. README.md +80 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: FacebookAI/roberta-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: roberta-base-continual-kennedy2020constructing-S0T1
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # roberta-base-continual-kennedy2020constructing-S0T1
18
+
19
+ This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.5398
22
+ - Accuracy: 0.5667
23
+ - Roc Auc: 0.7793
24
+ - Micro Precision: 0.5667
25
+ - Macro Precision: 0.5834
26
+ - Weighted Precision: 0.5834
27
+ - Micro Recall: 0.5667
28
+ - Macro Recall: 0.5667
29
+ - Weighted Recall: 0.5667
30
+ - Micro F1: 0.5667
31
+ - Macro F1: 0.5568
32
+ - Weighted F1: 0.5568
33
+
34
+ ## Model description
35
+
36
+ More information needed
37
+
38
+ ## Intended uses & limitations
39
+
40
+ More information needed
41
+
42
+ ## Training and evaluation data
43
+
44
+ More information needed
45
+
46
+ ## Training procedure
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 2e-05
52
+ - train_batch_size: 32
53
+ - eval_batch_size: 64
54
+ - seed: 42
55
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
56
+ - lr_scheduler_type: linear
57
+ - lr_scheduler_warmup_ratio: 0.1
58
+ - num_epochs: 10
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Roc Auc | Micro Precision | Macro Precision | Weighted Precision | Micro Recall | Macro Recall | Weighted Recall | Micro F1 | Macro F1 | Weighted F1 |
63
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------:|:---------------:|:---------------:|:------------------:|:------------:|:------------:|:---------------:|:--------:|:--------:|:-----------:|
64
+ | No log | 1.0 | 57 | 1.3397 | 0.3333 | 0.6652 | 0.3333 | 0.1111 | 0.1111 | 0.3333 | 0.3333 | 0.3333 | 0.3333 | 0.1667 | 0.1667 |
65
+ | No log | 2.0 | 114 | 1.0461 | 0.48 | 0.7563 | 0.48 | 0.3508 | 0.3508 | 0.48 | 0.48 | 0.48 | 0.48 | 0.3810 | 0.3810 |
66
+ | No log | 3.0 | 171 | 1.0020 | 0.5533 | 0.7707 | 0.5533 | 0.4876 | 0.4876 | 0.5533 | 0.5533 | 0.5533 | 0.5533 | 0.4667 | 0.4667 |
67
+ | No log | 4.0 | 228 | 1.1591 | 0.5133 | 0.7707 | 0.5133 | 0.5582 | 0.5582 | 0.5133 | 0.5133 | 0.5133 | 0.5133 | 0.4790 | 0.4790 |
68
+ | No log | 5.0 | 285 | 1.2874 | 0.5467 | 0.7651 | 0.5467 | 0.5471 | 0.5471 | 0.5467 | 0.5467 | 0.5467 | 0.5467 | 0.5278 | 0.5278 |
69
+ | No log | 6.0 | 342 | 1.1093 | 0.6067 | 0.7936 | 0.6067 | 0.5863 | 0.5863 | 0.6067 | 0.6067 | 0.6067 | 0.6067 | 0.5874 | 0.5874 |
70
+ | No log | 7.0 | 399 | 1.2420 | 0.6 | 0.7948 | 0.6 | 0.5925 | 0.5925 | 0.6 | 0.6 | 0.6 | 0.6 | 0.5860 | 0.5860 |
71
+ | No log | 8.0 | 456 | 1.5520 | 0.5467 | 0.7737 | 0.5467 | 0.5457 | 0.5457 | 0.5467 | 0.5467 | 0.5467 | 0.5467 | 0.5282 | 0.5282 |
72
+ | 0.4501 | 9.0 | 513 | 1.5398 | 0.5667 | 0.7793 | 0.5667 | 0.5834 | 0.5834 | 0.5667 | 0.5667 | 0.5667 | 0.5667 | 0.5568 | 0.5568 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.49.0
78
+ - Pytorch 2.6.0+cu124
79
+ - Datasets 3.3.2
80
+ - Tokenizers 0.21.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1012ebf5ad1fb1c01e1102109e1bec71dcefadf4cf090ae79306e664d86c21b
3
  size 498615900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35e88e23a6cb40e6efa981365091ce4a9599e0ebb07a8246561e84dfa53cbed6
3
  size 498615900