Datasets:
Commit From AutoTrain Evaluator
Browse files- README.md +31 -0
- config.json +1 -0
- predictions.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
type: predictions
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- evaluation
|
6 |
+
datasets:
|
7 |
+
- cifar10
|
8 |
+
eval_info:
|
9 |
+
task: image_multi_class_classification
|
10 |
+
model: jimypbr/cifar10_outputs
|
11 |
+
metrics: []
|
12 |
+
dataset_name: cifar10
|
13 |
+
dataset_config: plain_text
|
14 |
+
dataset_split: test
|
15 |
+
col_mapping:
|
16 |
+
image: img
|
17 |
+
target: label
|
18 |
+
---
|
19 |
+
# Dataset Card for AutoTrain Evaluator
|
20 |
+
|
21 |
+
This repository contains model predictions generated by [AutoTrain](https://huggingface.co/autotrain) for the following task and dataset:
|
22 |
+
|
23 |
+
* Task: Multi-class Image Classification
|
24 |
+
* Model: jimypbr/cifar10_outputs
|
25 |
+
* Dataset: cifar10
|
26 |
+
|
27 |
+
To run new evaluation jobs, visit Hugging Face's [automatic model evaluator](https://huggingface.co/spaces/autoevaluate/model-evaluator).
|
28 |
+
|
29 |
+
## Contributions
|
30 |
+
|
31 |
+
Thanks to [@davidberg](https://huggingface.co/davidberg) for evaluating this model.
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_files": {"test": "predictions.parquet"}}
|
predictions.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00a1e1f68ecaa0b91ff3e1aba170e8a35b8df7848263e9b9f65f80e54a5ff50f
|
3 |
+
size 22916854
|