Commit
·
0cddcbd
1
Parent(s):
9632eea
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- pytorch
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: llama-horse-zebra
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
name: Image Classification
|
12 |
+
type: image-classification
|
13 |
+
metrics:
|
14 |
+
- name: Accuracy
|
15 |
+
type: accuracy
|
16 |
+
value: 1.0
|
17 |
+
dataset:
|
18 |
+
name: HumanEval
|
19 |
+
type: openai_humaneval
|
20 |
+
---
|
21 |
+
|
22 |
+
test
|