Instructions to use AGI-Eval/Auto-ATT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AGI-Eval/Auto-ATT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="AGI-Eval/Auto-ATT")# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("AGI-Eval/Auto-ATT") model = AutoModelForSeq2SeqLM.from_pretrained("AGI-Eval/Auto-ATT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ ATT is an evaluation framework with a standardized human evaluation protocol and
|
|
| 26 |
|
| 27 |
## Usage
|
| 28 |
|
| 29 |
-
[Inference Code](https://github.com/
|
| 30 |
|
| 31 |
|
| 32 |
## Datasets & Benchmarks
|
|
|
|
| 26 |
|
| 27 |
## Usage
|
| 28 |
|
| 29 |
+
[Inference Code](https://github.com/AudioTuring/Auto-ATT-Inference)
|
| 30 |
|
| 31 |
|
| 32 |
## Datasets & Benchmarks
|