Gogs commited on
Commit ·
c58870e
1
Parent(s): ff5af85
Add minimal LLM metadata
Browse files- model-index.yml +8 -0
model-index.yml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model-index:
|
| 2 |
+
- name: Yuuki
|
| 3 |
+
results:
|
| 4 |
+
- task: text-generation
|
| 5 |
+
dataset: "dummy-dataset"
|
| 6 |
+
metrics:
|
| 7 |
+
- type: perplexity
|
| 8 |
+
value: 0.0
|