Skip to content

Commit

Permalink
Update README.md (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
elronbandel authored Sep 29, 2024
1 parent d0d376d commit f8bdcb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]"
Expand All @@ -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
Expand Down

0 comments on commit f8bdcb4

Please sign in to comment.