nsthorat-lilac
commited on
Commit
•
0cbdb02
1
Parent(s):
77dc5c8
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- Lilac
|
4 |
+
---
|
5 |
+
# local/mikeion_dissertation_data
|
6 |
+
This dataset is a [Lilac](http://lilacml.com) processed dataset. Original dataset: [https://huggingface.co/datasets/mikeion/dissertation_data](https://huggingface.co/datasets/mikeion/dissertation_data)
|
7 |
+
|
8 |
+
To download the dataset to a local directory:
|
9 |
+
|
10 |
+
```bash
|
11 |
+
lilac download lilacai/mikeion_dissertation_data-local-mikeion_dissertation_data
|
12 |
+
```
|
13 |
+
|
14 |
+
or from python with:
|
15 |
+
|
16 |
+
```py
|
17 |
+
ll.download("lilacai/mikeion_dissertation_data-local-mikeion_dissertation_data")
|
18 |
+
```
|
19 |
+
|