chargoddard
commited on
Commit
•
abeb46c
1
Parent(s):
3d5558c
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen2.5-14B-Instruct
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- qwen2
|
8 |
+
---
|
9 |
+
|
10 |
+
[Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) with the tokenizer from [Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct). Tokens have been mapped to make llama3 prompt format roughly work, but it's janky. Not meant for direct use.
|