Commit From AutoTrain Evaluator
Browse files- README.md +34 -0
- config.json +3 -0
- predictions.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
type: predictions
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- evaluation
|
6 |
+
datasets:
|
7 |
+
- futin/feed
|
8 |
+
eval_info:
|
9 |
+
task: text_zero_shot_classification
|
10 |
+
model: facebook/opt-2.7b
|
11 |
+
metrics: []
|
12 |
+
dataset_name: futin/feed
|
13 |
+
dataset_config: sen_en_
|
14 |
+
dataset_split: test
|
15 |
+
col_mapping:
|
16 |
+
text: text
|
17 |
+
classes: classes
|
18 |
+
target: target
|
19 |
+
---
|
20 |
+
# Dataset Card for AutoTrain Evaluator
|
21 |
+
|
22 |
+
This repository contains model predictions generated by [AutoTrain](https://huggingface.co/autotrain) for the following task and dataset:
|
23 |
+
|
24 |
+
* Task: Zero-Shot Text Classification
|
25 |
+
* Model: facebook/opt-2.7b
|
26 |
+
* Dataset: futin/feed
|
27 |
+
* Config: sen_en_
|
28 |
+
* Split: test
|
29 |
+
|
30 |
+
To run new evaluation jobs, visit Hugging Face's [automatic model evaluator](https://huggingface.co/spaces/autoevaluate/model-evaluator).
|
31 |
+
|
32 |
+
## Contributions
|
33 |
+
|
34 |
+
Thanks to [@futin](https://huggingface.co/futin) for evaluating this model.
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfddb9e0459c6acf53134cb90439420c6bc00b09f14a96111bd33ef57df0b930
|
3 |
+
size 47
|
predictions.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533d49d0de829ec1126fc9d290b253e8a579bc961329057d7a2dd15a0ec0f096
|
3 |
+
size 319688
|