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 12, 2023
1 parent 5b8421d commit e1873ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Before uploading your dataset to Hugging Face, please make sure that it is in on

We provide a tutorial on how to convert your dataset to each format.

- **Prompt Completion format** (https://github.com/higgsfield-ai/higgsfield/tutorials/prompt_completion.ipynb)
- **ChatGPT format** (https://github.com/higgsfield-ai/higgsfield/tutorials/chatgpt.ipynb)
- **Plain Text format** (https://github.com/higgsfield-ai/higgsfield/tutorials/text_format.ipynb)
- **Prompt Completion format** ([https://github.com/higgsfield-ai/higgsfield/tutorials/prompt_completion.ipynb](https://github.com/higgsfield-ai/higgsfield/blob/main/tutorials/prompt_completion.ipynb))
- **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))

### Format: Prompt Completion
```json
```python
prompt_completion = {
"prompt": [
"prompt1",
Expand All @@ -30,7 +30,7 @@ prompt_completion = {
```

### Format: ChatGPT
```json
```python
chatgpt_format = {
"chatgpt": [
[
Expand All @@ -43,8 +43,8 @@ chatgpt_format = {
```

### Format: Text
```json
```python
text_format = {
"text": ["text"]
}
```
```

0 comments on commit e1873ea

Please sign in to comment.