File size: 1,541 Bytes
9094cc2
 
675f890
9094cc2
 
 
31b9ddb
9094cc2
 
 
 
 
9ef3bbd
 
 
 
 
 
 
 
 
 
 
 
675f890
9ef3bbd
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: AutoEvaluate
emoji: πŸ“Š
colorFrom: red
colorTo: red
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
---

# AutoEvaluate

> Submit evaluation jobs to AutoTrain from the Hugging Face Hub

## Supported tasks

The table below shows which tasks are currently supported for evaluation in the AutoTrain backend:

| Task                            | Supported | Sample prediction repository                                                        |
|:--------------------------------|:---------:|:------------------------------------------------------------------------------------|
| `binary_classification`         |     βœ…     | [`eval-staging-835`](https://huggingface.co/datasets/autoevaluate/eval-staging-835) |
| `multi_class_classification`    |     βœ…     | [`eval-staging-822`](https://huggingface.co/datasets/autoevaluate/eval-staging-822) |
| `multi_label_classification`    |     ❌     |                                                                                     |
| `entity_extraction`             |     βœ…     | [`eval-staging-838`](https://huggingface.co/datasets/autoevaluate/eval-staging-838) |
| `extractive_question_answering` |     βœ…     |                                                                                     |
| `translation`                   |     ❌     |                                                                                     |
| `summarization`                 |     ❌     |                                                                                     |