Text Generation
Transformers
English
ZetangForward commited on
Commit
052dc12
·
verified ·
1 Parent(s): badbee3

Synced from ModelScope: LCM_group/nsa_qwen3-4b (Auto-fixed license)

Browse files
Files changed (4) hide show
  1. .mdl +0 -0
  2. .msc +0 -0
  3. .mv +1 -0
  4. README.md +48 -0
.mdl ADDED
Binary file (45 Bytes). View file
 
.msc ADDED
Binary file (92 Bytes). View file
 
.mv ADDED
@@ -0,0 +1 @@
 
 
1
+ Revision:master,CreatedAt:1768888416
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags: []
4
+
5
+ #model-type:
6
+ ##如 gpt、phi、llama、chatglm、baichuan 等
7
+ #- gpt
8
+
9
+ #domain:
10
+ ##如 nlp、cv、audio、multi-modal
11
+ #- nlp
12
+
13
+ #language:
14
+ ##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
15
+ #- cn
16
+
17
+ #metrics:
18
+ ##如 CIDEr、Blue、ROUGE 等
19
+ #- CIDEr
20
+
21
+ #tags:
22
+ ##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
23
+ #- pretrained
24
+
25
+ #tools:
26
+ ##如 vllm、fastchat、llamacpp、AdaSeq 等
27
+ #- vllm
28
+ ---
29
+ ### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
30
+ #### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
31
+
32
+ SDK下载
33
+ ```bash
34
+ #安装ModelScope
35
+ pip install modelscope
36
+ ```
37
+ ```python
38
+ #SDK模型下载
39
+ from modelscope import snapshot_download
40
+ model_dir = snapshot_download('LCM_group/nsa_qwen3-4b')
41
+ ```
42
+ Git下载
43
+ ```
44
+ #Git模型下载
45
+ git clone https://www.modelscope.cn/LCM_group/nsa_qwen3-4b.git
46
+ ```
47
+
48
+ <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>