End of training
Browse files- README.md +7 -8
- adapter_model.bin +2 -2
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
license: other
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- axolotl
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
-
- name: proof-reading-version-1
|
10 |
results: []
|
11 |
---
|
12 |
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
axolotl version: `0.5.0`
|
20 |
```yaml
|
21 |
-
base_model:
|
22 |
trust_remote_code: true
|
23 |
|
24 |
load_in_8bit: false
|
@@ -41,7 +41,7 @@ eval_sample_packing: false
|
|
41 |
pad_to_sequence_len: false
|
42 |
|
43 |
push_to_hub: true
|
44 |
-
hub_model_id: Tippawan/proof-reading-version-1 # Replace with your Hugging Face repo ID
|
45 |
use_auth_token: true # Ensure you have set your Hugging Face API token in the environment
|
46 |
hub_private_repo: true # Set to true if you want the repository to be private
|
47 |
hub_strategy: all_checkpoints
|
@@ -56,7 +56,7 @@ lora_dropout: 0.05
|
|
56 |
lora_target_linear: true
|
57 |
lora_fan_in_fan_out:
|
58 |
|
59 |
-
wandb_project: proof-reading-version-1
|
60 |
wandb_entity:
|
61 |
wandb_watch:
|
62 |
wandb_name:
|
@@ -92,14 +92,13 @@ weight_decay: 0.0
|
|
92 |
fsdp:
|
93 |
fsdp_config:
|
94 |
special_tokens:
|
95 |
-
|
96 |
```
|
97 |
|
98 |
</details><br>
|
99 |
|
100 |
-
# proof-reading-version-1
|
101 |
|
102 |
-
This model is a fine-tuned version of [
|
103 |
|
104 |
## Model description
|
105 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
license: other
|
4 |
+
base_model: deepseek-ai/deepseek-llm-7b-chat
|
5 |
tags:
|
6 |
- axolotl
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
+
- name: proof-reading-version-1-ds
|
10 |
results: []
|
11 |
---
|
12 |
|
|
|
18 |
|
19 |
axolotl version: `0.5.0`
|
20 |
```yaml
|
21 |
+
base_model: deepseek-ai/deepseek-llm-7b-chat
|
22 |
trust_remote_code: true
|
23 |
|
24 |
load_in_8bit: false
|
|
|
41 |
pad_to_sequence_len: false
|
42 |
|
43 |
push_to_hub: true
|
44 |
+
hub_model_id: Tippawan/proof-reading-version-1-ds # Replace with your Hugging Face repo ID
|
45 |
use_auth_token: true # Ensure you have set your Hugging Face API token in the environment
|
46 |
hub_private_repo: true # Set to true if you want the repository to be private
|
47 |
hub_strategy: all_checkpoints
|
|
|
56 |
lora_target_linear: true
|
57 |
lora_fan_in_fan_out:
|
58 |
|
59 |
+
wandb_project: proof-reading-version-1-ds
|
60 |
wandb_entity:
|
61 |
wandb_watch:
|
62 |
wandb_name:
|
|
|
92 |
fsdp:
|
93 |
fsdp_config:
|
94 |
special_tokens:
|
|
|
95 |
```
|
96 |
|
97 |
</details><br>
|
98 |
|
99 |
+
# proof-reading-version-1-ds
|
100 |
|
101 |
+
This model is a fine-tuned version of [deepseek-ai/deepseek-llm-7b-chat](https://huggingface.co/deepseek-ai/deepseek-llm-7b-chat) on the None dataset.
|
102 |
|
103 |
## Model description
|
104 |
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:956898abc0f302294580511e356efcb2df8067bcd450fbbc383e9dba83a8b657
|
3 |
+
size 150065434
|