-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0d376d
commit f8bdcb4
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ This is a simple example of running end-to-end evaluation in self contained pyth | |
|
||
See more examples in examples subdirectory. | ||
|
||
``` | ||
```python | ||
from unitxt import get_logger | ||
from unitxt.api import evaluate, load_dataset | ||
from unitxt.blocks import Task, TaskCard | ||
|
@@ -127,7 +127,7 @@ for instance in evaluated_dataset: | |
# 🦄 Contributors | ||
|
||
Please install Unitxt from source by: | ||
``` | ||
```bash | ||
git clone [email protected]:IBM/unitxt.git | ||
cd unitxt | ||
pip install -e ".[dev]" | ||
|
@@ -138,7 +138,7 @@ pre-commit install | |
|
||
If you use Unitxt in your research, please cite our paper: | ||
|
||
``` | ||
```bib | ||
@inproceedings{bandel-etal-2024-unitxt, | ||
title = "Unitxt: Flexible, Shareable and Reusable Data Preparation and Evaluation for Generative {AI}", | ||
author = "Bandel, Elron and | ||
|