https://github.com/zsc/test-data
https://github.com/zsc/test-data
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zsc/test-data
- Owner: zsc
- Created: 2023-07-07T02:21:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T02:55:05.000Z (over 2 years ago)
- Last Synced: 2025-03-03T04:15:13.268Z (about 1 year ago)
- Size: 9.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-data
openai 专用格式
* 《临高启明》中采样 30K [https://github.com/zsc/test-data/blob/main/training_data_prepared%20(1).jsonl](https://raw.githubusercontent.com/zsc/test-data/main/training_data_prepared%20(1).jsonl)
* 欧神水库论坛 中采样 20K [https://github.com/zsc/test-data/blob/main/training_data_prepared%20(2).jsonl](https://github.com/zsc/test-data/blob/main/training_data_prepared%20(2).jsonl)
# 使用 OpenAI fine-tune
```
openai tools fine_tunes.prepare_data -f training_data.jsonl
openai api fine_tunes.create -t training_data_prepared\ \(3\).jsonl -m davinci
openai wandb sync # 建好 wandb 帐号后
```