Token Classification
PyTorch
English
bert
alecocc commited on
Commit
9e10748
·
verified ·
1 Parent(s): 49419fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- You can load the data into a dataset using the following code:
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