Vs2882 commited on
Commit
e8d0b95
1 Parent(s): 7e3f385

End of training

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: roberta-base
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - liar
9
+ metrics:
10
+ - accuracy
11
+ model-index:
12
+ - name: liar_binaryclassifier_roberta_base
13
+ results:
14
+ - task:
15
+ name: Text Classification
16
+ type: text-classification
17
+ dataset:
18
+ name: liar
19
+ type: liar
20
+ config: default
21
+ split: test
22
+ args: default
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.5770065075921909
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # liar_binaryclassifier_roberta_base
33
+
34
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the liar dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.6621
37
+ - Model Preparation Time: 0.0069
38
+ - Accuracy: 0.5770
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 3e-06
58
+ - train_batch_size: 8
59
+ - eval_batch_size: 8
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 5
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy |
68
+ |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|
69
+ | 0.6934 | 1.0 | 461 | 0.6843 | 0.0069 | 0.5553 |
70
+ | 0.6859 | 2.0 | 922 | 0.6815 | 0.0069 | 0.5531 |
71
+ | 0.6774 | 3.0 | 1383 | 0.6666 | 0.0069 | 0.5597 |
72
+ | 0.6671 | 4.0 | 1844 | 0.6742 | 0.0069 | 0.5748 |
73
+ | 0.6596 | 5.0 | 2305 | 0.6621 | 0.0069 | 0.5770 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.44.2
79
+ - Pytorch 2.4.1+cu121
80
+ - Datasets 3.0.0
81
+ - Tokenizers 0.19.1
runs/Sep22_14-44-15_9403243e9810/events.out.tfevents.1727016257.9403243e9810.2748.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67455742c9419f7b6670967133358f6f2c7183d5e1a492a0d74fc7499e546c35
3
- size 8434
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b60d4f25a2c12e38e1c7435fc9c917abf5c70ab0dda916bfdbda7e0f307cb13a
3
+ size 8788