Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,11 @@ size_categories:
|
|
| 24 |
|
| 25 |
[Tigerbot模型](https://github.com/TigerResearch/TigerBot#%E6%A8%A1%E5%9E%8B%E4%B8%8B%E8%BD%BD)develop pretrain数据。
|
| 26 |
|
| 27 |
-
在[train_clm.py](https://github.com/TigerResearch/TigerBot/blob/main/train/train_clm.py)中被使用。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
[Tigerbot模型](https://github.com/TigerResearch/TigerBot#%E6%A8%A1%E5%9E%8B%E4%B8%8B%E8%BD%BD)develop pretrain数据。
|
| 26 |
|
| 27 |
+
在[train_clm.py](https://github.com/TigerResearch/TigerBot/blob/main/train/train_clm.py)中被使用。
|
| 28 |
+
|
| 29 |
+
## Usage
|
| 30 |
+
```python
|
| 31 |
+
import datasets
|
| 32 |
+
|
| 33 |
+
ds_sft = datasets.load_dataset('TigerResearch/dev_pretrain')
|
| 34 |
+
```
|