Wonder-Griffin commited on
Commit
ed57584
1 Parent(s): b0d66f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -54
README.md CHANGED
@@ -1,54 +1,58 @@
1
- ---
2
- base_model: Wonder-Griffin/Judge-GPT2
3
- license: unlicense
4
- tags:
5
- - generated_from_trainer
6
- model-index:
7
- - name: JudgeLLM
8
- results: []
9
- ---
10
-
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
- # JudgeLLM
15
-
16
- This model is a fine-tuned version of [Wonder-Griffin/Judge-GPT2](https://huggingface.co/Wonder-Griffin/Judge-GPT2) on an unknown dataset.
17
-
18
- ## Model description
19
-
20
- More information needed
21
-
22
- ## Intended uses & limitations
23
-
24
- More information needed
25
-
26
- ## Training and evaluation data
27
-
28
- More information needed
29
-
30
- ## Training procedure
31
-
32
- ### Training hyperparameters
33
-
34
- The following hyperparameters were used during training:
35
- - learning_rate: 5e-05
36
- - train_batch_size: 16
37
- - eval_batch_size: 16
38
- - seed: 42
39
- - gradient_accumulation_steps: 4
40
- - total_train_batch_size: 64
41
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
- - lr_scheduler_type: linear
43
- - num_epochs: 1
44
-
45
- ### Training results
46
-
47
-
48
-
49
- ### Framework versions
50
-
51
- - Transformers 4.43.3
52
- - Pytorch 2.4.0+cu124
53
- - Datasets 2.20.0
54
- - Tokenizers 0.19.1
 
 
 
 
 
1
+ ---
2
+ base_model: Wonder-Griffin/Judge-GPT2
3
+ license: unlicense
4
+ model-index:
5
+ - name: JudgeLLM
6
+ results: []
7
+ datasets:
8
+ - stanfordnlp/imdb
9
+ language:
10
+ - en
11
+ library_name: transformers
12
+ pipeline_tag: text-generation
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
+ # JudgeLLM
19
+
20
+ This model is a fine-tuned version of [Wonder-Griffin/Judge-GPT2](https://huggingface.co/Wonder-Griffin/Judge-GPT2) on an unknown dataset.
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 64
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 1
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.43.3
56
+ - Pytorch 2.4.0+cu124
57
+ - Datasets 2.20.0
58
+ - Tokenizers 0.19.1