RajuEEE commited on
Commit
bc36b35
1 Parent(s): d08a7f7

RajuEEE/RewardModel

Browse files
Files changed (4) hide show
  1. README.md +10 -8
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -16
  4. 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.6180
22
- - F1: 0.0
23
- - Roc Auc: 0.5
24
- - Accuracy: 0.0
25
 
26
  ## Model description
27
 
@@ -46,13 +46,15 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 1
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
54
- |:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
55
- | No log | 1.0 | 258 | 0.6180 | 0.0 | 0.5 | 0.0 |
 
 
56
 
57
 
58
  ### Framework versions
 
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.5976
22
+ - F1: 0.1404
23
+ - Roc Auc: 0.525
24
+ - Accuracy: 0.08
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
55
+ | No log | 1.0 | 258 | 0.6350 | 0.0 | 0.5 | 0.0 |
56
+ | 0.6342 | 2.0 | 516 | 0.6221 | 0.1391 | 0.5225 | 0.08 |
57
+ | 0.6342 | 3.0 | 774 | 0.5976 | 0.1404 | 0.525 | 0.08 |
58
 
59
 
60
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12a9546ef53a9b236a6a962322314cea306ecae47a5a9c78504b6dcb71abcefb
3
  size 438006577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c04090641a917ef04239cba54f51a3ee2a571744e28e90d00a95de87b2facd43
3
  size 438006577
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 0,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:921aaf1f567af14c881a65782c1c61b5241b1588cca4c50fe299c7d79f31c2f9
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8407432b27f41c4a269c942b3a35ca262ac89070870d4d89dae7bf7d26aa87d1
3
  size 4027