Wonder-Griffin commited on
Commit
8bfe8d5
1 Parent(s): f8aef6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -56
README.md CHANGED
@@ -7,69 +7,17 @@ language:
7
  library_name: transformers
8
  license: unlicense
9
  pipeline_tag: text-generation
10
- model-index:
11
- - name: Wonder-Griffin/JudgeLLM
12
- results:
13
- - task:
14
- type: text-classification
15
- name: Text Classification
16
- modality: nlp
17
- subtasks:
18
- - type: acceptability-classification
19
- name: Acceptability Classification
20
- - type: sentiment-analysis
21
- name: Sentiment Analysis
22
- metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.95
26
- - task:
27
- type: summarization
28
- name: Summarization
29
- modality: nlp
30
- metrics:
31
- - name: Rouge-L
32
- type: rouge
33
- value: 0.8
34
- inference:
35
- parameters:
36
- aggregation_strategy: simple
37
- top_k: 10
38
- top_p: 0.9
39
- temperature: 0.7
40
- max_new_tokens: 50
41
- do_sample: true
42
- guidance_scale: 7.5
43
- num_inference_steps: 50
44
- example_inputs:
45
- - text: Sample input text for text classification
46
- table:
47
- headers:
48
- - Column 1
49
- - Column 2
50
- rows:
51
- - - Data 1
52
- - Data 2
53
- src: path/to/asset
54
- prompt: Generate an image with the following prompt...
55
- candidate_labels:
56
- - positive
57
- - negative
58
- multi_class: true
59
- messages:
60
- - role: user
61
- content: What is the weather like today?
62
- - role: assistant
63
- content: The weather is sunny with a chance of rain.
64
  tags:
65
  - text-generation-inference
66
  - question-answering
 
67
  metrics:
68
  - accuracy
69
  ---
70
  # JudgeLLM
71
 
72
- This model is a fine-tuned version of [Wonder-Griffin/Judge-GPT2](https://huggingface.co/Wonder-Griffin/Judge-GPT2) on
 
73
  ## Model description
74
 
75
  More information needed
@@ -98,7 +46,7 @@ The following hyperparameters were used during training:
98
 
99
  ### Training results
100
 
101
-
102
 
103
  ### Framework versions
104
 
 
7
  library_name: transformers
8
  license: unlicense
9
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  tags:
11
  - text-generation-inference
12
  - question-answering
13
+ - casual-lm
14
  metrics:
15
  - accuracy
16
  ---
17
  # JudgeLLM
18
 
19
+ This model is a fine-tuned version of [Wonder-Griffin/Judge-GPT2](https://huggingface.co/Wonder-Griffin/Judge-GPT2).
20
+
21
  ## Model description
22
 
23
  More information needed
 
46
 
47
  ### Training results
48
 
49
+ More information needed
50
 
51
  ### Framework versions
52