stephenlzc
commited on
Commit
•
46ab193
1
Parent(s):
0f04f19
Update README.md
Browse files
README.md
CHANGED
@@ -39,32 +39,32 @@ widget:
|
|
39 |
|
40 |
### Model Description
|
41 |
|
42 |
-
Using **shenzhi-wang/Mistral-7B-v0.3-Chinese-Chat** as base model, and finetune the dataset as mentioned. Makes the model uncensored.
|
43 |
|
44 |
## Training Code
|
45 |
-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1K9stY8LMVcySG0jDMYZdWQCFPfoDFBL-?usp=sharing)
|
46 |
|
47 |
## Training Procedure Raw Files
|
48 |
|
49 |
-
ALL the procedure are training on **[Vast.ai](https://cloud.vast.ai/?ref_id=138637)**
|
50 |
|
51 |
|
52 |
**Hardware in Vast.ai**:
|
53 |
|
54 |
-
**GPU**: 1x A100 SXM4 80GB
|
55 |
|
56 |
-
**CPU**: AMD EPYC 7513 32-Core Processor
|
57 |
|
58 |
-
**RAM**: 129 GB
|
59 |
|
60 |
-
**Docker Image**: pytorch/pytorch:2.2.0-cuda12.1-cudnn8-devel
|
61 |
|
62 |
-
Download the **[ipynb file](https://huggingface.co/stephenlzc/dolphin-llama3-zh-cn-uncensored/blob/main/config.json)**.
|
63 |
|
64 |
|
65 |
### Training Data
|
66 |
**Base Model**
|
67 |
-
[shenzhi-wang/Mistral-7B-v0.3-Chinese-Chat](https://huggingface.co/shenzhi-wang/Mistral-7B-v0.3-Chinese-Chat)
|
68 |
|
69 |
**Dataset**
|
70 |
- [Minami-su/toxic-sft-zh](https://huggingface.co/datasets/Minami-su/toxic-sft-zh)
|
|
|
39 |
|
40 |
### Model Description
|
41 |
|
42 |
+
- Using **shenzhi-wang/Mistral-7B-v0.3-Chinese-Chat** as base model, and finetune the dataset as mentioned. Makes the model uncensored.
|
43 |
|
44 |
## Training Code
|
45 |
+
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1K9stY8LMVcySG0jDMYZdWQCFPfoDFBL-?usp=sharing)
|
46 |
|
47 |
## Training Procedure Raw Files
|
48 |
|
49 |
+
- ALL the procedure are training on **[Vast.ai](https://cloud.vast.ai/?ref_id=138637)**
|
50 |
|
51 |
|
52 |
**Hardware in Vast.ai**:
|
53 |
|
54 |
+
- **GPU**: 1x A100 SXM4 80GB
|
55 |
|
56 |
+
- **CPU**: AMD EPYC 7513 32-Core Processor
|
57 |
|
58 |
+
- **RAM**: 129 GB
|
59 |
|
60 |
+
- **Docker Image**: pytorch/pytorch:2.2.0-cuda12.1-cudnn8-devel
|
61 |
|
62 |
+
- Download the **[ipynb file](https://huggingface.co/stephenlzc/dolphin-llama3-zh-cn-uncensored/blob/main/config.json)**.
|
63 |
|
64 |
|
65 |
### Training Data
|
66 |
**Base Model**
|
67 |
+
- [shenzhi-wang/Mistral-7B-v0.3-Chinese-Chat](https://huggingface.co/shenzhi-wang/Mistral-7B-v0.3-Chinese-Chat)
|
68 |
|
69 |
**Dataset**
|
70 |
- [Minami-su/toxic-sft-zh](https://huggingface.co/datasets/Minami-su/toxic-sft-zh)
|