Wonder-Griffin commited on
Commit
c716b57
·
verified ·
1 Parent(s): 78f739d

Update README.md

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