Model save
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilroberta-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: reward_model
|
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 |
+
# reward_model
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7183
|
21 |
+
- Accuracy: 0.45
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- training_steps: 500
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 0.01 | 50 | 0.6941 | 0.49 |
|
53 |
+
| No log | 0.02 | 100 | 0.7068 | 0.44 |
|
54 |
+
| No log | 0.03 | 150 | 0.6991 | 0.47 |
|
55 |
+
| No log | 0.04 | 200 | 0.6954 | 0.5 |
|
56 |
+
| No log | 0.05 | 250 | 0.6957 | 0.55 |
|
57 |
+
| No log | 0.06 | 300 | 0.6958 | 0.5 |
|
58 |
+
| No log | 0.07 | 350 | 0.7203 | 0.45 |
|
59 |
+
| No log | 0.08 | 400 | 0.7129 | 0.47 |
|
60 |
+
| No log | 0.09 | 450 | 0.7197 | 0.45 |
|
61 |
+
| 0.6877 | 0.1 | 500 | 0.7183 | 0.45 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.37.2
|
67 |
+
- Pytorch 2.1.0+cu121
|
68 |
+
- Datasets 2.16.1
|
69 |
+
- Tokenizers 0.15.1
|
runs/Feb04_22-01-22_e60aa771cf9b/events.out.tfevents.1707084172.e60aa771cf9b.2395.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:906d2f5f4b35e61149c84c1ae2294da9c70ad31b5e48c9550bb9fbb03ab8d7fc
|
3 |
+
size 8158
|