stephenlzc
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,24 @@ Using **shenzhi-wang/Mistral-7B-v0.3-Chinese-Chat** as base model, and finetune
|
|
37 |
## Training Procedure
|
38 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1K9stY8LMVcySG0jDMYZdWQCFPfoDFBL-?usp=sharing)
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
### Training Data
|
43 |
**Base Model**
|
|
|
37 |
## Training Procedure
|
38 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1K9stY8LMVcySG0jDMYZdWQCFPfoDFBL-?usp=sharing)
|
39 |
|
40 |
+
## Training Procedure Raw Files
|
41 |
+
|
42 |
+
ALL the procedure are training on:
|
43 |
+
**[[Vast.ai](https://vast.ai/logo.svg)](https://cloud.vast.ai/?ref_id=138637)**
|
44 |
+
|
45 |
+
**Hardware**:
|
46 |
+
**GPU**: 1x A100 SXM4 80GB
|
47 |
+
**CPU**: AMD EPYC 7513 32-Core Processor
|
48 |
+
**RAM**: 129 GB
|
49 |
+
**Docker Image**: pytorch/pytorch:2.2.0-cuda12.1-cudnn8-devel
|
50 |
+
**Environment**
|
51 |
+
```python
|
52 |
+
{
|
53 |
+
"DATA_DIRECTORY": "/workspace/",
|
54 |
+
"JUPYTER_DIR": "/"
|
55 |
+
}
|
56 |
+
```
|
57 |
+
**[ipynb file](https://huggingface.co/stephenlzc/dolphin-llama3-zh-cn-uncensored/blob/main/config.json)**
|
58 |
|
59 |
### Training Data
|
60 |
**Base Model**
|