ikno
commited on
Upload Qwen2ForCausalLM
Browse files- README.md +1 -1
- config.json +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model: Qwen/Qwen2-1.5B-Instruct
|
|
|
4 |
tags:
|
5 |
- trl
|
6 |
- sft
|
|
|
1 |
---
|
|
|
2 |
base_model: Qwen/Qwen2-1.5B-Instruct
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- trl
|
6 |
- sft
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/workspace/custom_alignment-handbook/qwen2-mini/checkpoint-14216",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|