Update README.md
Browse files
README.md
CHANGED
@@ -8,39 +8,32 @@ library_name: transformers
|
|
8 |
license: unlicense
|
9 |
pipeline_tag: text-generation
|
10 |
model-index:
|
11 |
-
- name: JudgeLLM
|
12 |
-
results:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
type: summarization
|
35 |
-
name: Summarization
|
36 |
-
modality: nlp
|
37 |
-
metrics:
|
38 |
-
- name: Rouge-L
|
39 |
-
type: rouge
|
40 |
-
value: 0.8
|
41 |
inference:
|
42 |
parameters:
|
43 |
-
aggregation_strategy:
|
44 |
top_k: 10
|
45 |
top_p: 0.9
|
46 |
temperature: 0.7
|
@@ -49,21 +42,28 @@ inference:
|
|
49 |
guidance_scale: 7.5
|
50 |
num_inference_steps: 50
|
51 |
example_inputs:
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
---
|
68 |
# JudgeLLM
|
69 |
|
|
|
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
|
|
|
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 |
---
|
68 |
# JudgeLLM
|
69 |
|