Add missing metadata: pipeline tag, library name and license
Browse filesThis PR adds missing metadata to the model card such as the pipeline tag, library name and license. It also adds the paper title and link at the beginning of the model card.
README.md
CHANGED
@@ -1,20 +1,23 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
tags:
|
7 |
- instruction-finetuning
|
|
|
8 |
pretty_name: JudgeLM-100K
|
9 |
task_categories:
|
10 |
- text-generation
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
14 |
<br>
|
15 |
|
16 |
# JudgeLM Model Card
|
17 |
|
|
|
|
|
18 |
## Model Details
|
19 |
|
20 |
JudgeLM is a judge model trained by fine-tuning Vicuna on JudgeLM-100K dataset.
|
@@ -63,6 +66,4 @@ JudgeLM is evaluated on JudgeLM val set, with judgements produced by GPT-4 teach
|
|
63 |
archivePrefix={arXiv},
|
64 |
primaryClass={cs.CL}
|
65 |
}
|
66 |
-
```
|
67 |
-
|
68 |
-
|
|
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- instruction-finetuning
|
6 |
+
inference: false
|
7 |
pretty_name: JudgeLM-100K
|
8 |
task_categories:
|
9 |
- text-generation
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
library_name: transformers
|
12 |
+
license: other
|
13 |
---
|
14 |
|
|
|
15 |
<br>
|
16 |
|
17 |
# JudgeLM Model Card
|
18 |
|
19 |
+
[JudgeLM: Fine-tuned Large Language Models are Scalable Judges](https://arxiv.org/abs/2310.17631)
|
20 |
+
|
21 |
## Model Details
|
22 |
|
23 |
JudgeLM is a judge model trained by fine-tuning Vicuna on JudgeLM-100K dataset.
|
|
|
66 |
archivePrefix={arXiv},
|
67 |
primaryClass={cs.CL}
|
68 |
}
|
69 |
+
```
|
|
|
|