plaguss HF staff commited on
Commit
42a2f9b
·
verified ·
1 Parent(s): fbd8e72

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,10 +37,10 @@ This dataset has been created with [distilabel](https://distilabel.argilla.io/).
37
  The pipeline script was uploaded to easily reproduce the dataset:
38
  [pipe_nothing.py](https://huggingface.co/datasets/plaguss/pipe_nothing_test/raw/main/pipe_nothing.py).
39
 
40
- You can download the file and run it as:
41
 
42
  ```console
43
- python pipe_nothing.py
44
  ```
45
 
46
 
 
37
  The pipeline script was uploaded to easily reproduce the dataset:
38
  [pipe_nothing.py](https://huggingface.co/datasets/plaguss/pipe_nothing_test/raw/main/pipe_nothing.py).
39
 
40
+ It can be run directly using the CLI:
41
 
42
  ```console
43
+ distilabel pipeline run --config "https://huggingface.co/datasets/plaguss/pipe_nothing_test/raw/main/pipe_nothing.py"
44
  ```
45
 
46