Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- role-play
|
8 |
+
- fine-tuned
|
9 |
+
- qwen2.5
|
10 |
+
base_model:
|
11 |
+
- Qwen/Qwen2.5-14B-Instruct
|
12 |
+
library_name: transformers
|
13 |
+
---
|
14 |
+
|
15 |
+
![Oxy 1 Small](https://cdn-uploads.huggingface.co/production/uploads/64fb80c8bb362cbf2ff96c7e/tTIVIblPUbTYnlvHQQjXB.png)
|
16 |
+
|
17 |
+
## Model Details
|
18 |
+
|
19 |
+
- **Model Name**: Oxy 1 Small
|
20 |
+
- **Model ID**: [oxyapi/oxy-1-small](https://huggingface.co/oxyapi/oxy-1-small)
|
21 |
+
- **Base Model**: [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2-1.5B)
|
22 |
+
- **Model Type**: Chat Completions
|
23 |
+
- **License**: Apache-2.0
|
24 |
+
- **Language**: English
|
25 |
+
- **Tokenizer**: [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
|
26 |
+
- **Max Input Tokens**: 32,768
|
27 |
+
- **Max Output Tokens**: 8,192
|
28 |
+
|
29 |
+
## License
|
30 |
+
|
31 |
+
This model is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
32 |
+
|
33 |
+
## Citation
|
34 |
+
|
35 |
+
If you find Oxy 1 Small useful in your research or applications, please cite it as:
|
36 |
+
|
37 |
+
```
|
38 |
+
@misc{oxy1small2024,
|
39 |
+
title={Oxy 1 Small: A Fine-Tuned Qwen2.5-14B-Instruct Model for Role-Play},
|
40 |
+
author={Oxygen (oxyapi)},
|
41 |
+
year={2024},
|
42 |
+
howpublished={\url{https://huggingface.co/oxyapi/oxy-1-small}},
|
43 |
+
}
|
44 |
+
```
|