@bendyline/gilde 0.1.17 → 0.1.19

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.
Files changed (160) hide show
  1. package/README.md +11 -2
  2. package/authoring/chat-models/README.md +26 -0
  3. package/authoring/chat-models/btl4-35b-q4.json +142 -0
  4. package/authoring/chat-models/btl4-compact-iq2.json +142 -0
  5. package/authoring/chat-models/deepseek-r1-8b-q4.json +53 -0
  6. package/authoring/chat-models/deepseek-v4-flash-284b-mxfp4.json +110 -0
  7. package/authoring/chat-models/deepseek-v4-flash-284b-q2.json +110 -0
  8. package/authoring/chat-models/deepseek-v4-flash-284b-q2q4.json +111 -0
  9. package/authoring/chat-models/deepseek-v4-flash-284b-q4.json +113 -0
  10. package/authoring/chat-models/gemma4-12b-q4.json +190 -0
  11. package/authoring/chat-models/gemma4-12b-q8.json +164 -0
  12. package/authoring/chat-models/gemma4-26b-q4.json +90 -0
  13. package/authoring/chat-models/gemma4-31b-q4.json +81 -0
  14. package/authoring/chat-models/gemma4-e2b-q4.json +76 -0
  15. package/authoring/chat-models/gemma4-e4b-q4.json +71 -0
  16. package/authoring/chat-models/glm-5.2-754b-q2.json +60 -0
  17. package/authoring/chat-models/gpt-oss-120b-q4.json +48 -0
  18. package/authoring/chat-models/gpt-oss-20b-q4.json +47 -0
  19. package/authoring/chat-models/laguna-s-2.1-118b-q4.json +127 -0
  20. package/authoring/chat-models/laguna-s-2.1-118b-q6.json +121 -0
  21. package/authoring/chat-models/laguna-s-2.1-118b-q8.json +127 -0
  22. package/authoring/chat-models/lfm2.5-2.6b-q4.json +39 -0
  23. package/authoring/chat-models/llama3.2-3b-q4.json +42 -0
  24. package/authoring/chat-models/mistral-7b-q4.json +53 -0
  25. package/authoring/chat-models/mistral-medium-3.5-128b-q4.json +57 -0
  26. package/authoring/chat-models/muse-glimmer-30b-q4.json +126 -0
  27. package/authoring/chat-models/nemotron3-nano-30b-q4.json +49 -0
  28. package/authoring/chat-models/nemotron3-super-120b-q4.json +41 -0
  29. package/authoring/chat-models/ornith-35b-q4.json +145 -0
  30. package/authoring/chat-models/ornith-35b-q8.json +145 -0
  31. package/authoring/chat-models/ornith-9b-q4.json +146 -0
  32. package/authoring/chat-models/qwen3.5-122b-a10b-q4.json +172 -0
  33. package/authoring/chat-models/qwen3.5-2b-q4.json +70 -0
  34. package/authoring/chat-models/qwen3.5-4b-q4.json +61 -0
  35. package/authoring/chat-models/qwen3.5-9b-q4.json +61 -0
  36. package/authoring/chat-models/qwen3.6-27b-q4.json +66 -0
  37. package/authoring/chat-models/qwen3.6-27b-q8.json +153 -0
  38. package/authoring/chat-models/qwen3.6-35b-a3b-q4.json +154 -0
  39. package/authoring/chat-models/qwen3.6-35b-a3b-q8.json +154 -0
  40. package/authoring/chat-models/talkie-1930-13b-q4.json +74 -0
  41. package/authoring/chat-models/ternary-bonsai-27b-q2.json +144 -0
  42. package/authoring/gstack/LICENSE.gstack +21 -0
  43. package/authoring/gstack/README.md +50 -0
  44. package/authoring/gstack/evals/cso.json +152 -0
  45. package/authoring/gstack/evals/design-consultation.json +201 -0
  46. package/authoring/gstack/evals/document-generate.json +174 -0
  47. package/authoring/gstack/evals/investigate.json +153 -0
  48. package/authoring/gstack/evals/office-hours.json +141 -0
  49. package/authoring/gstack/evals/plan-ceo-review.json +135 -0
  50. package/authoring/gstack/evals/qa-only.json +376 -0
  51. package/authoring/gstack/evals/retro.json +191 -0
  52. package/authoring/gstack/evals/spec.json +162 -0
  53. package/authoring/gstack/overlays/cso.json +132 -0
  54. package/authoring/gstack/overlays/design-consultation.json +153 -0
  55. package/authoring/gstack/overlays/document-generate.json +124 -0
  56. package/authoring/gstack/overlays/investigate.json +128 -0
  57. package/authoring/gstack/overlays/office-hours.json +119 -0
  58. package/authoring/gstack/overlays/plan-ceo-review.json +128 -0
  59. package/authoring/gstack/overlays/qa-only.json +145 -0
  60. package/authoring/gstack/overlays/retro.json +132 -0
  61. package/authoring/gstack/overlays/spec.json +140 -0
  62. package/authoring/gstack/persona-drafts/cso.about.md +9 -0
  63. package/authoring/gstack/persona-drafts/design-consultation.about.md +9 -0
  64. package/authoring/gstack/persona-drafts/office-hours.about.md +9 -0
  65. package/authoring/gstack/persona-drafts/qa-only.about.md +5 -0
  66. package/authoring/gstack/persona-drafts/spec.about.md +26 -0
  67. package/authoring/gstack/snapshots/cso/SKILL.md +1285 -0
  68. package/authoring/gstack/snapshots/design-consultation/SKILL.md +1230 -0
  69. package/authoring/gstack/snapshots/document-generate/SKILL.md +1252 -0
  70. package/authoring/gstack/snapshots/investigate/SKILL.md +1074 -0
  71. package/authoring/gstack/snapshots/office-hours/SKILL.md +1697 -0
  72. package/authoring/gstack/snapshots/plan-ceo-review/SKILL.md +1476 -0
  73. package/authoring/gstack/snapshots/qa-only/SKILL.md +1256 -0
  74. package/authoring/gstack/snapshots/retro/SKILL.md +1812 -0
  75. package/authoring/gstack/snapshots/spec/SKILL.md +2359 -0
  76. package/authoring/gstack/wave.json +103 -0
  77. package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +65 -0
  78. package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +18 -0
  79. package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +5 -5
  80. package/data/chat-models/gp/gpt-oss-120b-q4/versions/1.1.0/manifest.json +135 -0
  81. package/data/chat-models/index.json +1 -1
  82. package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +135 -0
  83. package/data/chat-models/mu/muse-glimmer-30b-q4/versions/1.0.0/manifest.json +20 -0
  84. package/data/connector-types/gi/github-releases/manifest.json +17 -0
  85. package/data/connector-types/gi/github-releases/versions/1.0.0/manifest.json +71 -0
  86. package/data/connector-types/index.json +1 -1
  87. package/data/craftbook-templates/br/branding-website/versions/1.1.0/craftbook.json +190 -0
  88. package/data/craftbook-templates/br/branding-website/versions/1.1.0/test.json +164 -0
  89. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.0/craftbook.json +358 -0
  90. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.0/test.json +376 -0
  91. package/data/craftbook-templates/ca/careful-mode/versions/1.1.0/craftbook.json +43 -0
  92. package/data/craftbook-templates/ca/careful-mode/versions/1.1.0/test.json +110 -0
  93. package/data/craftbook-templates/ca/careful-mode/versions/1.2.0/craftbook.json +43 -0
  94. package/data/craftbook-templates/ca/careful-mode/versions/1.2.0/test.json +110 -0
  95. package/data/craftbook-templates/co/content-deck/versions/1.1.0/craftbook.json +185 -0
  96. package/data/craftbook-templates/co/content-deck/versions/1.1.0/test.json +166 -0
  97. package/data/craftbook-templates/co/content-deck/versions/1.2.0/craftbook.json +185 -0
  98. package/data/craftbook-templates/co/content-deck/versions/1.2.0/test.json +169 -0
  99. package/data/craftbook-templates/co/corpus-email-digest/versions/1.1.0/craftbook.json +189 -0
  100. package/data/craftbook-templates/co/corpus-email-digest/versions/1.1.0/test.json +182 -0
  101. package/data/craftbook-templates/co/corpus-email-digest/versions/1.2.0/craftbook.json +189 -0
  102. package/data/craftbook-templates/co/corpus-email-digest/versions/1.2.0/test.json +187 -0
  103. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.0/craftbook.json +385 -0
  104. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.0/test.json +201 -0
  105. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.0/craftbook.json +353 -0
  106. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.0/test.json +191 -0
  107. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.0/craftbook.json +347 -0
  108. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.0/test.json +135 -0
  109. package/data/craftbook-templates/fr/freeze-scope/versions/1.2.0/craftbook.json +50 -0
  110. package/data/craftbook-templates/fr/freeze-scope/versions/1.2.0/test.json +131 -0
  111. package/data/craftbook-templates/fr/freeze-scope/versions/1.3.0/craftbook.json +50 -0
  112. package/data/craftbook-templates/fr/freeze-scope/versions/1.3.0/test.json +131 -0
  113. package/data/craftbook-templates/ht/html-arcade-game/versions/1.1.0/craftbook.json +197 -0
  114. package/data/craftbook-templates/ht/html-arcade-game/versions/1.1.0/test.json +173 -0
  115. package/data/craftbook-templates/ht/html-arcade-game/versions/1.2.0/craftbook.json +197 -0
  116. package/data/craftbook-templates/ht/html-arcade-game/versions/1.2.0/test.json +176 -0
  117. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.0/craftbook.json +333 -0
  118. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.0/test.json +141 -0
  119. package/data/craftbook-templates/im/image-set-index/versions/1.1.0/craftbook.json +163 -0
  120. package/data/craftbook-templates/im/image-set-index/versions/1.1.0/test.json +177 -0
  121. package/data/craftbook-templates/im/image-set-index/versions/1.2.0/craftbook.json +163 -0
  122. package/data/craftbook-templates/im/image-set-index/versions/1.2.0/test.json +180 -0
  123. package/data/craftbook-templates/index.json +1 -1
  124. package/data/craftbook-templates/pu/pull-request-review/manifest.json +5 -1
  125. package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/craftbook.json +159 -0
  126. package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/test.json +172 -0
  127. package/data/craftbook-templates/re/release-artifact-sanity-check/art.json +13 -0
  128. package/data/craftbook-templates/re/release-artifact-sanity-check/logo.webp +0 -0
  129. package/data/craftbook-templates/re/release-artifact-sanity-check/manifest.json +24 -0
  130. package/data/craftbook-templates/re/release-artifact-sanity-check/versions/1.0.0/craftbook.json +202 -0
  131. package/data/craftbook-templates/re/release-artifact-sanity-check/versions/1.0.0/test.json +138 -0
  132. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.0/craftbook.json +348 -0
  133. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.0/test.json +153 -0
  134. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.0/craftbook.json +353 -0
  135. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.0/test.json +152 -0
  136. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.0/craftbook.json +391 -0
  137. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.0/test.json +162 -0
  138. package/data/craftbook-templates/te/technical-documentation/versions/2.0.0/craftbook.json +343 -0
  139. package/data/craftbook-templates/te/technical-documentation/versions/2.0.0/test.json +174 -0
  140. package/data/craftbook-templates/tr/translate-content/versions/1.1.0/craftbook.json +84 -0
  141. package/data/craftbook-templates/tr/translate-content/versions/1.1.0/test.json +141 -0
  142. package/package.json +10 -4
  143. package/schemas/chat-model-identity.schema.json +44 -0
  144. package/schemas/chat-model-version.schema.json +3 -0
  145. package/schemas/connector-type-identity.schema.json +3 -0
  146. package/schemas/connector-type-version.schema.json +3 -0
  147. package/schemas/craftbook-doc.schema.json +3 -0
  148. package/schemas/craftbook-template-identity.schema.json +3 -0
  149. package/schemas/craftbook-template-version.schema.json +3 -0
  150. package/schemas/craftbook-test.schema.json +232 -3
  151. package/schemas/gezel-template-identity.schema.json +3 -0
  152. package/schemas/gezel-template-version.schema.json +3 -0
  153. package/schemas/image-model-identity.schema.json +3 -0
  154. package/schemas/image-model-version.schema.json +3 -0
  155. package/schemas/project-type-identity.schema.json +3 -0
  156. package/schemas/project-type-version.schema.json +3 -0
  157. package/schemas/toolset-identity.schema.json +3 -0
  158. package/schemas/toolset-version.schema.json +3 -0
  159. package/schemas/video-model-identity.schema.json +3 -0
  160. package/schemas/video-model-version.schema.json +3 -0
@@ -0,0 +1,103 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "2.0.0",
4
+ "releasedAt": "2026-08-09T00:00:00Z",
5
+ "sourceRevision": "a3259400a366593e0c909dd9ac3e59752efd2488",
6
+ "basedOn": {
7
+ "name": "gstack",
8
+ "url": "https://github.com/garrytan/gstack"
9
+ },
10
+ "books": [
11
+ {
12
+ "source": "office-hours",
13
+ "id": "idea-office-hours",
14
+ "name": "Idea Office Hours",
15
+ "description": "Pressure-test a product idea with forcing questions before jumping to solutions, then capture the decision in a short design doc — a structured 'office hours' diagnostic.",
16
+ "tags": [
17
+ "product",
18
+ "ideation",
19
+ "planning"
20
+ ]
21
+ },
22
+ {
23
+ "source": "investigate",
24
+ "id": "root-cause-investigation",
25
+ "name": "Root-Cause Investigation",
26
+ "description": "Debug systematically: reproduce the failure and find the true root cause before changing any code, then fix and verify. Enforces a no-fix-without-diagnosis discipline.",
27
+ "tags": [
28
+ "debugging",
29
+ "engineering"
30
+ ]
31
+ },
32
+ {
33
+ "source": "document-generate",
34
+ "id": "technical-documentation",
35
+ "name": "Technical Documentation",
36
+ "description": "Generate a coherent documentation set from a codebase, organized by the Diataxis model (tutorials, how-to guides, reference, explanation), with cross-links and a coverage pass.",
37
+ "tags": [
38
+ "documentation",
39
+ "writing"
40
+ ]
41
+ },
42
+ {
43
+ "source": "plan-ceo-review",
44
+ "id": "executive-level-review",
45
+ "name": "Executive-Level Review",
46
+ "description": "A strategic, executive-level review of a plan or scope: challenge the premise, weigh alternatives, and score each dimension before committing — the 'should we even build this' pass.",
47
+ "tags": [
48
+ "review",
49
+ "planning",
50
+ "strategy"
51
+ ]
52
+ },
53
+ {
54
+ "source": "spec",
55
+ "id": "spec-authoring",
56
+ "name": "Spec Authoring",
57
+ "description": "Turn a rough intent into a backlog-ready spec: interrogate scope and requirements against the real code, then file a well-formed, unambiguous issue.",
58
+ "tags": [
59
+ "planning",
60
+ "spec"
61
+ ]
62
+ },
63
+ {
64
+ "source": "cso",
65
+ "id": "security-architecture-review",
66
+ "name": "Security Architecture Review",
67
+ "description": "A structured security architecture review: walk the stack for secrets, dependencies, auth, and common vulnerability classes, then report findings ranked by severity and confidence.",
68
+ "tags": [
69
+ "security",
70
+ "review"
71
+ ]
72
+ },
73
+ {
74
+ "source": "design-consultation",
75
+ "id": "design-system-consultation",
76
+ "name": "Design System Consultation",
77
+ "description": "Interview for product context and taste, then propose a full design system — type, color, layout, motion — and capture it as a DESIGN.md with live preview pages.",
78
+ "tags": [
79
+ "design"
80
+ ]
81
+ },
82
+ {
83
+ "source": "qa-only",
84
+ "id": "browser-qa-audit",
85
+ "name": "Browser QA Audit",
86
+ "description": "Exercise a running app in a real browser, triage what breaks, and produce a report-only QA findings list with a health score — no code changes.",
87
+ "tags": [
88
+ "qa",
89
+ "testing"
90
+ ]
91
+ },
92
+ {
93
+ "source": "retro",
94
+ "id": "engineering-retrospective",
95
+ "name": "Engineering Retrospective",
96
+ "description": "Build a data-grounded engineering retrospective from git history: activity, hotspots, review patterns, and per-person growth notes for a given window.",
97
+ "tags": [
98
+ "retrospective",
99
+ "engineering"
100
+ ]
101
+ }
102
+ ]
103
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "glm-5.2-754b-q2",
5
+ "name": "GLM 5.2 (IQ2_XXS)",
6
+ "description": "antirez's routed 2-bit community GGUF of Z.ai's GLM 5.2 — a 754B-parameter Mixture-of-Experts (256 experts, 8 active per token, ~40B active) with a 1M-token context and DeepSeek-style sparse attention. The routed experts are crushed to IQ2_XXS (block 78 in Q2_K) while attention, the shared expert, embeddings, and the output head stay at Q8-class precision, landing the file at ~197 GB. Only ~20 GB of that is non-routed weight that must stay resident: DwarfStar streams the remaining ~177 GB of experts from SSD, so it runs on a 128 GB machine — but it is a very large download and a slow first turn. Built for antirez's `ds4` engine; these quants do not load on stock llama.cpp.",
7
+ "tags": [
8
+ "glm",
9
+ "reasoning",
10
+ "moe",
11
+ "tools",
12
+ "2-bit",
13
+ "iq2",
14
+ "long-context",
15
+ "large"
16
+ ],
17
+ "category": "reasoning",
18
+ "maintainer": {
19
+ "name": "antirez",
20
+ "url": "https://huggingface.co/antirez/glm-5.2-gguf"
21
+ },
22
+ "version": "1.0.0",
23
+ "updatedAt": "2026-07-25T00:00:00Z",
24
+ "license": "MIT",
25
+ "parameterSize": "754B",
26
+ "approxSizeBytes": 211075856448,
27
+ "supportsTools": true,
28
+ "contextWindow": 1048576,
29
+ "upstream": "https://huggingface.co/zai-org/GLM-5.2",
30
+ "style": {
31
+ "family": "glm",
32
+ "reasoningFormat": "think",
33
+ "toolCallFormat": "function-call"
34
+ },
35
+ "behaviors": [
36
+ "reasoning.strip-think-tags",
37
+ "prompt.tool-cookbook-condensed",
38
+ "mcp.compact-tool-schemas",
39
+ "fabrication.detect-past-tense-no-tools",
40
+ "turn.preamble-folding"
41
+ ],
42
+ "tuning": {
43
+ "sampling": {
44
+ "temperature": 1,
45
+ "topP": 0.95,
46
+ "maxTokens": 16384
47
+ },
48
+ "reasoning": {
49
+ "enableThinking": true,
50
+ "thinkingBudget": 4096
51
+ }
52
+ },
53
+ "ds4": {
54
+ "huggingfaceRepo": "antirez/glm-5.2-gguf",
55
+ "revision": "2638b3b878f5c6cc3ae7334b8dbea1275025f52e",
56
+ "filename": "GLM-5.2-UD-IQ2_XXS_RoutedIQ2XXS_blk78Q2K.gguf",
57
+ "sha256": "a49de64c5020432bdae23de36a423a9660a5621bc0db8d12b66bd8814b07fea0",
58
+ "approxSizeBytes": 211075856448,
59
+ "quantization": "IQ2_XXS",
60
+ "residentBytes": 61363217408,
61
+ "cacheExpertsBytes": 34359738368,
62
+ "ssdStreaming": true,
63
+ "maxLaunchCtx": 65536
64
+ }
65
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-07-25T00:00:00Z",
5
+ "approxSizeBytes": 211075856448,
6
+ "ds4": {
7
+ "huggingfaceRepo": "antirez/glm-5.2-gguf",
8
+ "revision": "2638b3b878f5c6cc3ae7334b8dbea1275025f52e",
9
+ "filename": "GLM-5.2-UD-IQ2_XXS_RoutedIQ2XXS_blk78Q2K.gguf",
10
+ "sha256": "a49de64c5020432bdae23de36a423a9660a5621bc0db8d12b66bd8814b07fea0",
11
+ "approxSizeBytes": 211075856448,
12
+ "quantization": "IQ2_XXS",
13
+ "residentBytes": 61363217408,
14
+ "cacheExpertsBytes": 34359738368,
15
+ "ssdStreaming": true,
16
+ "maxLaunchCtx": 65536
17
+ }
18
+ }
@@ -38,6 +38,11 @@
38
38
  "fabrication.detect-past-tense-no-tools",
39
39
  "turn.preamble-folding"
40
40
  ],
41
+ "tuning": {
42
+ "reasoning": {
43
+ "effort": "medium"
44
+ }
45
+ },
41
46
  "ollama": {
42
47
  "tag": "gpt-oss:120b"
43
48
  },
@@ -166,10 +171,5 @@
166
171
  "sizeBytes": 4200
167
172
  }
168
173
  ]
169
- },
170
- "tuning": {
171
- "reasoning": {
172
- "effort": "medium"
173
- }
174
174
  }
175
175
  }
@@ -0,0 +1,135 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.1.0",
4
+ "releasedAt": "2026-05-17T00:00:00Z",
5
+ "approxSizeBytes": 65000000000,
6
+ "ollama": {
7
+ "tag": "gpt-oss:120b"
8
+ },
9
+ "llamaCpp": {
10
+ "huggingfaceRepo": "bartowski/openai_gpt-oss-120b-GGUF",
11
+ "revision": "8d64014efc314685c68ad448590f905fcb20e534",
12
+ "shards": [
13
+ {
14
+ "name": "openai_gpt-oss-120b-Q4_K_M/openai_gpt-oss-120b-Q4_K_M-00001-of-00002.gguf",
15
+ "sha256": "48b6bea561b52aaa3c10ca7681f35a923196cc348098e55ffc6ee3d184eb0949",
16
+ "sizeBytes": 39954683808
17
+ },
18
+ {
19
+ "name": "openai_gpt-oss-120b-Q4_K_M/openai_gpt-oss-120b-Q4_K_M-00002-of-00002.gguf",
20
+ "sha256": "06ab40ac3a9e2d7a77b6491b4cf76af152bee88ce493331a1f5147a0207abcad",
21
+ "sizeBytes": 22887029536
22
+ }
23
+ ],
24
+ "approxSizeBytes": 62841713344,
25
+ "quantization": "Q4_K_M"
26
+ },
27
+ "mlx": {
28
+ "huggingfaceRepo": "mlx-community/gpt-oss-120b-MXFP4-Q4",
29
+ "revision": "bce781bef0f2fc85ed4e575af74054f5aad73ddd",
30
+ "quantization": "MXFP4-Q4",
31
+ "approxSizeBytes": 62358097894,
32
+ "files": [
33
+ {
34
+ "name": "chat_template.jinja",
35
+ "sha256": "a4c9919cbbd4acdd51ccffe22da049264b1b73e59055fa58811a99efbd7c8146",
36
+ "sizeBytes": 16738
37
+ },
38
+ {
39
+ "name": "config.json",
40
+ "sha256": "d15a4db435befc6d28eff75c34f25386fb77ae56b88630857f372fd1fc25289d",
41
+ "sizeBytes": 50145
42
+ },
43
+ {
44
+ "name": "generation_config.json",
45
+ "sha256": "f9970ada892d2d1f72e3ed0a6535ccebadd11897318794ca671d8c7014c957da",
46
+ "sizeBytes": 177
47
+ },
48
+ {
49
+ "name": "model-00001-of-00013.safetensors",
50
+ "sha256": "f253063b8f2856e1e4bc0b3c3dcae743308574786c3de8e2b34e6108439a92a1",
51
+ "sizeBytes": 4930648083
52
+ },
53
+ {
54
+ "name": "model-00002-of-00013.safetensors",
55
+ "sha256": "75e5e879cf3eb84d8d520dd084f60aa9fa804a8ed9fe5bbfa3646c0abc196fcd",
56
+ "sizeBytes": 5133844451
57
+ },
58
+ {
59
+ "name": "model-00003-of-00013.safetensors",
60
+ "sha256": "8d45b4bd9a13913f1422d8056ab5e5455d961ee342810a483c65bc50e13e9825",
61
+ "sizeBytes": 5133844463
62
+ },
63
+ {
64
+ "name": "model-00004-of-00013.safetensors",
65
+ "sha256": "58a266ddeb125b5bb2f62329c1db6af5907917bce7e3228b6cd4c836d2b6ff1d",
66
+ "sizeBytes": 5133844452
67
+ },
68
+ {
69
+ "name": "model-00005-of-00013.safetensors",
70
+ "sha256": "9660b5a6a42ec1ecf59dd2d437ebb8f1e145d27d3d1a3b6551e4ad5f1231251c",
71
+ "sizeBytes": 5133844583
72
+ },
73
+ {
74
+ "name": "model-00006-of-00013.safetensors",
75
+ "sha256": "6a25c6255571f094de71bfbbbe0788edf40a1f42732caa67d5e34cafabe2b483",
76
+ "sizeBytes": 5133844503
77
+ },
78
+ {
79
+ "name": "model-00007-of-00013.safetensors",
80
+ "sha256": "baf2929ba19f5237b2eee1d70c62d366b7fe7efd2a36c301b276eb05117f92f4",
81
+ "sizeBytes": 5133844579
82
+ },
83
+ {
84
+ "name": "model-00008-of-00013.safetensors",
85
+ "sha256": "851ffd789b3fb575c93441b99a41326a1901ca931bebd1547fce68df91f6f9ae",
86
+ "sizeBytes": 5133844553
87
+ },
88
+ {
89
+ "name": "model-00009-of-00013.safetensors",
90
+ "sha256": "491729509a6b125c68f6756bb14fc27be8dc264fae3090ed6422468a07c16080",
91
+ "sizeBytes": 5133844551
92
+ },
93
+ {
94
+ "name": "model-00010-of-00013.safetensors",
95
+ "sha256": "3a985b1bb4073449483edcd1058390d46d6c2be2db74f77681ecd86114190367",
96
+ "sizeBytes": 5133844567
97
+ },
98
+ {
99
+ "name": "model-00011-of-00013.safetensors",
100
+ "sha256": "455f0edf416082de29bbcd906869bfcb2b8fddab58c3d6e57e348c72ccda0056",
101
+ "sizeBytes": 5133844583
102
+ },
103
+ {
104
+ "name": "model-00012-of-00013.safetensors",
105
+ "sha256": "40c8cf3a1797dce2b90a7e1db5858e337c173fc0e9055efe9362c56b8e0f06f1",
106
+ "sizeBytes": 5133844567
107
+ },
108
+ {
109
+ "name": "model-00013-of-00013.safetensors",
110
+ "sha256": "93e1477c64c3bd08f4f4202aee1e7305187e86dc82666659435620317f89bd83",
111
+ "sizeBytes": 927119654
112
+ },
113
+ {
114
+ "name": "model.safetensors.index.json",
115
+ "sha256": "6b2aab23124d1b9761c64a4f0076c8ecaf8955ed1d09f217aa9fb82c568991a6",
116
+ "sizeBytes": 100431
117
+ },
118
+ {
119
+ "name": "special_tokens_map.json",
120
+ "sha256": "8464cabd6eda239fe46ebf8ae63b46c417721784a961a022f6b59174a2cda0e2",
121
+ "sizeBytes": 440
122
+ },
123
+ {
124
+ "name": "tokenizer.json",
125
+ "sha256": "0614fe83cadab421296e664e1f48f4261fa8fef6e03e63bb75c20f38e37d07d3",
126
+ "sizeBytes": 27868174
127
+ },
128
+ {
129
+ "name": "tokenizer_config.json",
130
+ "sha256": "9279e942392b742d633c7adbb89ebe002c98399db8926a7af5125c726f404070",
131
+ "sizeBytes": 4200
132
+ }
133
+ ]
134
+ }
135
+ }