Skip to content

Commit f8bdcb4

Browse files
authored
Update README.md (#1242)
1 parent d0d376d commit f8bdcb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This is a simple example of running end-to-end evaluation in self contained pyth
5454

5555
See more examples in examples subdirectory.
5656

57-
```
57+
```python
5858
from unitxt import get_logger
5959
from unitxt.api import evaluate, load_dataset
6060
from unitxt.blocks import Task, TaskCard
@@ -127,7 +127,7 @@ for instance in evaluated_dataset:
127127
# 🦄 Contributors
128128

129129
Please install Unitxt from source by:
130-
```
130+
```bash
131131
git clone [email protected]:IBM/unitxt.git
132132
cd unitxt
133133
pip install -e ".[dev]"
@@ -138,7 +138,7 @@ pre-commit install
138138

139139
If you use Unitxt in your research, please cite our paper:
140140

141-
```
141+
```bib
142142
@inproceedings{bandel-etal-2024-unitxt,
143143
title = "Unitxt: Flexible, Shareable and Reusable Data Preparation and Evaluation for Generative {AI}",
144144
author = "Bandel, Elron and

0 commit comments

Comments
 (0)