RajuEEE/RewardModel
Browse files- README.md +8 -8
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F1: 0.
|
23 |
-
- Roc Auc: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | F1
|
54 |
-
|
55 |
-
| No log | 1.0 | 258 | 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.32.
|
61 |
- Pytorch 2.0.1+cu118
|
62 |
- Datasets 2.14.4
|
63 |
- Tokenizers 0.13.3
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6338
|
22 |
+
- F1: 0.0
|
23 |
+
- Roc Auc: 0.5
|
24 |
+
- Accuracy: 0.0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
|
55 |
+
| No log | 1.0 | 258 | 0.6338 | 0.0 | 0.5 | 0.0 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
+
- Transformers 4.32.1
|
61 |
- Pytorch 2.0.1+cu118
|
62 |
- Datasets 2.14.4
|
63 |
- Tokenizers 0.13.3
|
config.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
"position_embedding_type": "absolute",
|
31 |
"problem_type": "multi_label_classification",
|
32 |
"torch_dtype": "float32",
|
33 |
-
"transformers_version": "4.32.
|
34 |
"type_vocab_size": 2,
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 30522
|
|
|
30 |
"position_embedding_type": "absolute",
|
31 |
"problem_type": "multi_label_classification",
|
32 |
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.32.1",
|
34 |
"type_vocab_size": 2,
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 30522
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438006577
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:083646cf699e9458dbc30b1abfdba6479c29a9070eedf717f8d19f3a99c8ffb0
|
3 |
size 438006577
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7f110de318198d44f9685ef61582ee05d7f91197992e186b737246ea5ec1dd4
|
3 |
size 4027
|