@3-/txt_li 0.1.1 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -4
- package/lib.js +1 -1
- package/package.json +2 -2
- package/txtFmt.js +6 -0
package/README.md
CHANGED
|
@@ -5,17 +5,27 @@
|
|
|
5
5
|
```coffee
|
|
6
6
|
#!/usr/bin/env coffee
|
|
7
7
|
|
|
8
|
-
> @3-/txt_li
|
|
8
|
+
> @3-/txt_li/txtFmt.js
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
console.log txtFmt '''
|
|
11
|
+
Qwen3-8B 是通义千问系列的最新大语言模型,拥有 8.2B 参数量。
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
|
|
14
|
+
该模型独特地支持在思考模式(适用于复杂逻辑推理、数学和编程)和非思考模式(适用于高效的通用对话)之间无缝切换,显著增强了推理能力。
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
模型在数学、代码生成和常识逻辑推理上表现优异,并在创意写作、角色扮演和多轮对话等方面展现出卓越的人类偏好对齐能力。
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
'''
|
|
13
21
|
```
|
|
14
22
|
|
|
15
23
|
output :
|
|
16
24
|
|
|
17
25
|
```
|
|
18
|
-
|
|
26
|
+
Qwen3-8B 是通义千问系列的最新大语言模型,拥有 8.2B 参数量。
|
|
27
|
+
该模型独特地支持在思考模式(适用于复杂逻辑推理、数学和编程)和非思考模式(适用于高效的通用对话)之间无缝切换,显著增强了推理能力。
|
|
28
|
+
模型在数学、代码生成和常识逻辑推理上表现优异,并在创意写作、角色扮演和多轮对话等方面展现出卓越的人类偏好对齐能力。
|
|
19
29
|
```
|
|
20
30
|
|
|
21
31
|
## About
|
package/lib.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@3-/txt_li",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://atomgit.com/i18n/lib.git"
|
|
7
7
|
},
|
|
8
8
|
"homepage": "https://atomgit.com/i18n/lib/tree/dev/txt_li",
|
|
9
9
|
"author": "i18n.site@gmail.com",
|
|
10
|
-
"license": "
|
|
10
|
+
"license": "MulanPSL-2.0",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": "./lib.js",
|
|
13
13
|
"./*": "./*"
|