File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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
5454
5555See more examples in examples subdirectory.
5656
57- ```
57+ ``` python
5858from unitxt import get_logger
5959from unitxt.api import evaluate, load_dataset
6060from unitxt.blocks import Task, TaskCard
@@ -127,7 +127,7 @@ for instance in evaluated_dataset:
127127# 🦄 Contributors
128128
129129Please install Unitxt from source by:
130- ```
130+ ``` bash
131131git clone
[email protected] :IBM/unitxt.git
132132cd unitxt
133133pip install -e " .[dev]"
@@ -138,7 +138,7 @@ pre-commit install
138138
139139If 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
You can’t perform that action at this time.
0 commit comments