narcolepticchicken commited on
Commit
f052819
·
verified ·
1 Parent(s): 3b6bd16

End of training

Browse files
Files changed (2) hide show
  1. README.md +57 -15
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,26 +1,68 @@
1
  ---
 
 
 
2
  tags:
3
- - ml-intern
 
 
 
 
 
 
4
  ---
5
 
6
- # narcolepticchicken/patch-reward-model-v2
 
7
 
8
- <!-- ml-intern-provenance -->
9
- ## Generated by ML Intern
10
 
11
- This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
 
 
 
 
 
12
 
13
- - Try ML Intern: https://smolagents-ml-intern.hf.space
14
- - Source code: https://github.com/huggingface/ml-intern
15
 
16
- ## Usage
17
 
18
- ```python
19
- from transformers import AutoModelForCausalLM, AutoTokenizer
20
 
21
- model_id = 'narcolepticchicken/patch-reward-model-v2'
22
- tokenizer = AutoTokenizer.from_pretrained(model_id)
23
- model = AutoModelForCausalLM.from_pretrained(model_id)
24
- ```
25
 
26
- For non-causal architectures, replace `AutoModelForCausalLM` with the appropriate `AutoModel` class.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert-base-uncased
5
  tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: patch-reward-model-v2
12
+ results: []
13
  ---
14
 
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # patch-reward-model-v2
 
19
 
20
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6882
23
+ - Accuracy: 0.56
24
+ - F1: 0.0
25
+ - Auc: 0.5191
26
 
27
+ ## Model description
 
28
 
29
+ More information needed
30
 
31
+ ## Intended uses & limitations
 
32
 
33
+ More information needed
 
 
 
34
 
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 5
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Auc |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|:------:|
56
+ | 0.7096 | 1.0 | 25 | 0.6882 | 0.56 | 0.0 | 0.5191 |
57
+ | 0.6851 | 2.0 | 50 | 0.6858 | 0.56 | 0.0 | 0.5199 |
58
+ | 0.6961 | 3.0 | 75 | 0.6859 | 0.56 | 0.0 | 0.5463 |
59
+ | 0.6915 | 4.0 | 100 | 0.6858 | 0.56 | 0.0 | 0.5548 |
60
+ | 0.6936 | 5.0 | 125 | 0.6859 | 0.56 | 0.0 | 0.5548 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 5.8.0
66
+ - Pytorch 2.11.0+cu130
67
+ - Datasets 4.8.5
68
+ - Tokenizers 0.22.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e3fa8daabaaf8198ad05c064142abf0874e9c6833887bd53a34c83a2f61add8
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24607f8822ae27685e4a323dfcd2b4d48f590887a3f5204a2cec21673b06673e
3
  size 267832560