Upload folder using ModelScope SDK
This commit is contained in:
62
README.md
62
README.md
@@ -1,47 +1,23 @@
|
|||||||
---
|
---
|
||||||
license: Apache License 2.0
|
license: apache-2.0
|
||||||
|
pipeline_tag: text-generation
|
||||||
#model-type:
|
|
||||||
##如 gpt、phi、llama、chatglm、baichuan 等
|
|
||||||
#- gpt
|
|
||||||
|
|
||||||
#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
|
|
||||||
---
|
---
|
||||||
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
|
# Jan Nano
|
||||||
#### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
|
|
||||||
|
|
||||||
SDK下载
|
|
||||||
```bash
|
|
||||||
#安装ModelScope
|
|
||||||
pip install modelscope
|
|
||||||
```
|
|
||||||
```python
|
|
||||||
#SDK模型下载
|
|
||||||
from modelscope import snapshot_download
|
|
||||||
model_dir = snapshot_download('Menlo/Jan-nano-gguf')
|
|
||||||
```
|
|
||||||
Git下载
|
|
||||||
```
|
|
||||||
#Git模型下载
|
|
||||||
git clone https://www.modelscope.cn/Menlo/Jan-nano-gguf.git
|
|
||||||
```
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|

|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Jan Nano is a fine-tuned language model built on top of the Qwen3 architecture. Developed as part of the Jan ecosystem, it balances compact size and extended context length, making it ideal for efficient, high-quality text generation in local or embedded environments.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- **Tool Use**: Excellent function calling and tool integration
|
||||||
|
- **Research**: Enhanced research and information processing capabilities
|
||||||
|
- **Small Model**: VRAM efficient for local deployment
|
||||||
|
|
||||||
|
## Use it with Jan (UI)
|
||||||
|
|
||||||
|
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
||||||
1
configuration.json
Normal file
1
configuration.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}
|
||||||
3
jan-nano-4b-Q3_K_L.gguf
Normal file
3
jan-nano-4b-Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:009f0b75f82b5c901e537f11cea88f6c8a979e15f26eaf5e529a08fed706b2ce
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q3_K_M.gguf
Normal file
3
jan-nano-4b-Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2eef6d4fba1f9aa38ce6b6dfba0a34f06ac24cefe299540a9e60e03084d44893
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q3_K_S.gguf
Normal file
3
jan-nano-4b-Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a4ecf0721465967d15befca30dda481f4504f6d23e6c615dc33a58aa984841f
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q4_0.gguf
Normal file
3
jan-nano-4b-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b048243489c2914d8e29c054ca5fdfc2b151c2d240f7eef2fa9137dca13ec39
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q4_1.gguf
Normal file
3
jan-nano-4b-Q4_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:010b3f09d65bddcf8e6b567096eefc0ec260572a5ae2f30c57ca35020efd3a4b
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q4_K_M.gguf
Normal file
3
jan-nano-4b-Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd809ec54f117afebccaf53f387eab732a93e07be47d35933eb2cdbacadb30b7
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q4_K_S.gguf
Normal file
3
jan-nano-4b-Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1217d5866121eb0f2eda0a9a0fcb2349c91ec09f2087fac63eeba5edf7d37bb
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q5_0.gguf
Normal file
3
jan-nano-4b-Q5_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e90d861bba9cb730eb73b4d0cfc5a7879177fdfc83e5248a88400dc6b6013ba6
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q5_1.gguf
Normal file
3
jan-nano-4b-Q5_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d3fc1cc82112187b35cf8dc1e8671f861e45b677b7e0a9ba952d8b666a4e3c8
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q5_K_M.gguf
Normal file
3
jan-nano-4b-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c82313c9c63cdb72ae5caf662806f230dbbf867abd8e2cd0458f4f34bab4958
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q5_K_S.gguf
Normal file
3
jan-nano-4b-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0331e565d219dc58fc58979654e028f2cfebee8c2006cef8f48a61bcc97f61a2
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q6_K.gguf
Normal file
3
jan-nano-4b-Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1fa1138079a1290e02496590769ab233eb9684adc19628c15c8ff4cae41c47f2
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-Q8_0.gguf
Normal file
3
jan-nano-4b-Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fbb6927f7f2bc5605416d1ae98b395ed2d11861ea491d9192d52a7a15351e1a
|
||||||
|
size 135
|
||||||
3
jan-nano-4b-iQ4_XS.gguf
Normal file
3
jan-nano-4b-iQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b415483bccfc407758ff1155499376da02053ae3d307cf553e9d225b12a88bd1
|
||||||
|
size 135
|
||||||
Reference in New Issue
Block a user