45 lines
1.2 KiB
Markdown
45 lines
1.2 KiB
Markdown
|
|
---
|
||
|
|
license: apache-2.0
|
||
|
|
language:
|
||
|
|
- en
|
||
|
|
pipeline_tag: text-generation
|
||
|
|
tags:
|
||
|
|
- role-play
|
||
|
|
- fine-tuned
|
||
|
|
- qwen2.5
|
||
|
|
base_model:
|
||
|
|
- oxyapi/oxy-1-small
|
||
|
|
library_name: transformers
|
||
|
|
---
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
## Model Details
|
||
|
|
|
||
|
|
- **Model Name**: Oxy 1 Small
|
||
|
|
- **Model ID**: [oxyapi/oxy-1-small](https://huggingface.co/oxyapi/oxy-1-small)
|
||
|
|
- **Base Model**: [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2-1.5B)
|
||
|
|
- **Model Type**: Chat Completions
|
||
|
|
- **Prompt Format**: ChatML
|
||
|
|
- **License**: Apache-2.0
|
||
|
|
- **Language**: English
|
||
|
|
- **Tokenizer**: [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
|
||
|
|
- **Max Input Tokens**: 32,768
|
||
|
|
- **Max Output Tokens**: 8,192
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
This model is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
||
|
|
|
||
|
|
## Citation
|
||
|
|
|
||
|
|
If you find Oxy 1 Small useful in your research or applications, please cite it as:
|
||
|
|
|
||
|
|
```
|
||
|
|
@misc{oxy1small2024,
|
||
|
|
title={Oxy 1 Small: A Fine-Tuned Qwen2.5-14B-Instruct Model for Role-Play},
|
||
|
|
author={Oxygen (oxyapi)},
|
||
|
|
year={2024},
|
||
|
|
howpublished={\url{https://huggingface.co/oxyapi/oxy-1-small}},
|
||
|
|
}
|
||
|
|
```
|