Spaces:
Runtime error
Runtime error
helen
commited on
Update README for text_zero_shot_classification
Browse files
README.md
CHANGED
|
@@ -27,6 +27,8 @@ The table below shows which tasks are currently supported for evaluation in the
|
|
| 27 |
| `summarization` | β
|
|
| 28 |
| `image_binary_classification` | β
|
|
| 29 |
| `image_multi_class_classification` | β
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
## Installation
|
| 32 |
|
|
@@ -60,4 +62,4 @@ To evaluate models with a _local_ instance of AutoTrain, change the environment
|
|
| 60 |
|
| 61 |
```
|
| 62 |
AUTOTRAIN_BACKEND_API=http://localhost:8000
|
| 63 |
-
```
|
|
|
|
| 27 |
| `summarization` | β
|
|
| 28 |
| `image_binary_classification` | β
|
|
| 29 |
| `image_multi_class_classification` | β
|
|
| 30 |
+
| `text_zero_shot_evaluation` | β
|
|
| 31 |
+
|
| 32 |
|
| 33 |
## Installation
|
| 34 |
|
|
|
|
| 62 |
|
| 63 |
```
|
| 64 |
AUTOTRAIN_BACKEND_API=http://localhost:8000
|
| 65 |
+
```
|