Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ We have created a free [Google Colab notebook](https://colab.research.google.com
|
|
| 73 |
The model is trained on synthetic annotations generated by LLaMA-3.1-8B-instruct on [Pile Uncopyrighted](https://huggingface.co/datasets/monology/pile-uncopyrighted)
|
| 74 |
Download the raw distillation data (BIO format) here: [link to raw data](https://drive.google.com/file/d/1slUHvSIP0yrzNJBIJivBRWe0Z10fjlM1/view?usp=sharing)
|
| 75 |
|
| 76 |
-
|
| 77 |
```python
|
| 78 |
# pip install datasets
|
| 79 |
from datasets import Dataset
|
|
|
|
| 73 |
The model is trained on synthetic annotations generated by LLaMA-3.1-8B-instruct on [Pile Uncopyrighted](https://huggingface.co/datasets/monology/pile-uncopyrighted)
|
| 74 |
Download the raw distillation data (BIO format) here: [link to raw data](https://drive.google.com/file/d/1slUHvSIP0yrzNJBIJivBRWe0Z10fjlM1/view?usp=sharing)
|
| 75 |
|
| 76 |
+
Then, you can load the data into a dataset using the following code:
|
| 77 |
```python
|
| 78 |
# pip install datasets
|
| 79 |
from datasets import Dataset
|