Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,30 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- text-generation-inference
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
model-index:
|
| 5 |
- name: JudgeLLM2
|
| 6 |
results: []
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
library_name: transformers
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
|
| 14 |
# JudgeLLM2
|
| 15 |
|
| 16 |
-
This model was trained from scratch on
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- text-generation-inference
|
| 4 |
+
- causal-language-model
|
| 5 |
+
- conversational
|
| 6 |
+
- question-answering
|
| 7 |
+
- text-classification
|
| 8 |
model-index:
|
| 9 |
- name: JudgeLLM2
|
| 10 |
results: []
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
library_name: transformers
|
| 14 |
+
license: wtfpl
|
| 15 |
+
datasets:
|
| 16 |
+
- wikimedia/wikipedia
|
| 17 |
+
- rajpurkar/squad
|
| 18 |
+
metrics:
|
| 19 |
+
- accuracy
|
| 20 |
+
- f1
|
| 21 |
+
base_model: Wonder-Griffin/JudgeLLM
|
| 22 |
---
|
| 23 |
|
| 24 |
|
| 25 |
# JudgeLLM2
|
| 26 |
|
| 27 |
+
This model was trained from scratch on wikipedia and squad v1.0
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|