Upload Dolus-14b-Mini.Q4_K_S.gguf with huggingface_hub

This commit is contained in:
ai-modelscope
2024-09-14 01:51:52 +08:00
parent f4c046aea3
commit 1dcb7b3abe
17 changed files with 136 additions and 52 deletions

107
README.md
View File

@@ -1,47 +1,76 @@
---
license: Apache License 2.0
#model-type:
##如 gpt、phi、llama、chatglm、baichuan 等
#- gpt
license: cc-by-nc-nd-4.0
language:
- en
library_name: transformers
pipeline_tag: text-generation
tags:
- llama
- mistral
- llama-2
- llama
- agi
- probelm solving
- biology
- reasoning
- llama3
- Dolus
#domain:
##如 nlp、cv、audio、multi-modal
#- nlp
#language:
##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
#- cn
#metrics:
##如 CIDEr、Blue、ROUGE 等
#- CIDEr
#tags:
##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
#- pretrained
#tools:
##如 vllm、fastchat、llamacpp、AdaSeq 等
#- vllm
---
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
#### 您可以通过如下git clone命令或者ModelScope SDK来下载模型
SDK下载
```bash
#安装ModelScope
pip install modelscope
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
# QuantFactory/Dolus-14b-Mini-GGUF
This is quantized version of [Cognitive-Machines-Labs/Dolus-14b-Mini](https://huggingface.co/Cognitive-Machines-Labs/Dolus-14b-Mini) created using llama.cpp
# Original Model Card
<h1 style="font-size: 36px;">Dolus-14b-Mini</h1>
<center>
<img src="https://cdn.prod.website-files.com/66a60c25748608d6d03809b8/66bc5c429e88c62f64491f57_00009-2074390737-p-500.png" alt="logo" width="18%" style="min-width:20px; display:block;">
</center>
**Ursidae-12b-Mini**
The little sister to Ursidae-300b,Dolus 14b Mini has been developed with a focus on complex multi-step chain of thought problem solving while still being deployable on edge systems. A model focused complex multi-step chain of thought problem solving while still being deployable on edge systems. Now better at reasoning!
## Main Goals:
Dolus was designed to address specific issues found in other chat models:
- Overcome limitations in logical reasoning found in other chat models.
- Efficiently solve complex, multi-step problems.
- Provide better decision-making assistance by enhancing the model's ability to reason and think critically.
- Removing restrictions and allowing the model to gain a true understanding of reality, greatly increasing overall results.
By focusing on these specific goals, the Ursidae-12b-Mini aims to provide a more sophisticated AI system that excels at critical thinking and problem-solving tasks requiring advanced logical reasoning skills. Its compact design makes it an efficient choice for applications where high cognitive abilities are necessary without occupying excessive computing resources.
# Recommended Settings:
**Defaults:**
```
```python
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('QuantFactory/Dolus-14b-Mini-GGUF')
```
Git下载
```
#Git模型下载
git clone https://www.modelscope.cn/QuantFactory/Dolus-14b-Mini-GGUF.git
min_p: 0.074
top_k: 40
repetition_penalty: 1.12
temp: 1.18
context: 8192
```
<p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
**Creative:**
```
min_p: 0.062
top_k: 40
repetition_penalty: 1.11
temp: 1.24
context: 8192
```
# Benchmarks:
PENDING FULL EVAL