End of training
Browse files- README.md +6 -3
- config.json +1 -1
README.md
CHANGED
@@ -1,17 +1,20 @@
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
|
|
|
|
3 |
library_name: transformers
|
4 |
-
model_name:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
-
# Model Card for
|
13 |
|
14 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
3 |
+
datasets:
|
4 |
+
- cat-searcher/owl-sft-dataset
|
5 |
library_name: transformers
|
6 |
+
model_name: Qwen/Qwen2.5-7B-Instruct
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
+
- alignment-handbook
|
10 |
- trl
|
11 |
- sft
|
12 |
licence: license
|
13 |
---
|
14 |
|
15 |
+
# Model Card for Qwen/Qwen2.5-7B-Instruct
|
16 |
|
17 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the [['cat-searcher/owl-sft-dataset']](https://huggingface.co/datasets/['cat-searcher/owl-sft-dataset']) dataset.
|
18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
19 |
|
20 |
## Quick start
|
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.49.0",
|
26 |
-
"use_cache":
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 152064
|
29 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.49.0",
|
26 |
+
"use_cache": true,
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 152064
|
29 |
}
|