Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcjhg authored Nov 13, 2023
1 parent 84d3f05 commit d3f02d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ We provide a tutorial on how to convert your dataset to each format.
- **ChatGPT format** ([https://github.com/higgsfield-ai/higgsfield/tutorials/chatgpt.ipynb](https://github.com/higgsfield-ai/higgsfield/blob/main/tutorials/chatgpt.ipynb))
- **Plain Text format** ([https://github.com/higgsfield-ai/higgsfield/tutorials/text_format.ipynb](https://github.com/higgsfield-ai/higgsfield/blob/main/tutorials/text_format.ipynb))

Upload your datasets to Hugging Face:
### Upload your datasets to Hugging Face:

```python
from datasets import Dataset
dataset = Dataset.from_dict(format)
Expand Down

0 comments on commit d3f02d4

Please sign in to comment.