Restrictated commited on
Commit
4e16560
·
verified ·
1 Parent(s): 2e6a6e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - code-generation
7
  - multi-scale-transformer
8
  - cpu-optimized
9
- - koinic
10
  - pytorch
11
  - llama
12
  - gguf
@@ -32,13 +32,13 @@ model-index:
32
 
33
  # AXL-Coder-15M
34
 
35
- Agentic coding. 26M params. PPL 1.54. 8-action tool router. Part of the AXL model family by [KoinicLabs](https://huggingface.co/KoinicLabs).
36
 
37
  ## Model Details
38
 
39
  | Property | Value |
40
  |----------|-------|
41
- | Developed by | [KoinicLabs](https://huggingface.co/KoinicLabs) |
42
  | Architecture | Multi-Scale Transformer |
43
  | Parameters | 26M |
44
  | Optimizer | SGD |
@@ -53,8 +53,8 @@ Agentic coding. 26M params. PPL 1.54. 8-action tool router. Part of the AXL mode
53
 
54
  ### Sources
55
 
56
- - **Repository:** [GitHub](https://github.com/Koinic/AXL)
57
- - **Organization:** [KoinicLabs](https://huggingface.co/KoinicLabs)
58
 
59
  ## Uses
60
 
@@ -154,9 +154,9 @@ Multi-Scale Transformer with three parallel encoder stacks at resolution scales
154
  ```bibtex
155
  @misc{axl_2026,
156
  title={AXL: AXL-Coder-15M - Multi-Scale Transformer for CPU Code Generation},
157
- author={Koinic},
158
  year={2026},
159
- url={https://huggingface.co/KoinicLabs}
160
  }
161
  ```
162
 
@@ -187,4 +187,4 @@ ids = torch.tensor([tokenizer.encode(prompt)], dtype=torch.long)
187
  with torch.no_grad():
188
  out = model.generate(ids, max_new_tokens=100, temperature=0.8, top_k=40)
189
  print(tokenizer.decode(out[0].tolist()))
190
- ```
 
6
  - code-generation
7
  - multi-scale-transformer
8
  - cpu-optimized
9
+ - cubic
10
  - pytorch
11
  - llama
12
  - gguf
 
32
 
33
  # AXL-Coder-15M
34
 
35
+ Agentic coding. 26M params. PPL 1.54. 8-action tool router. Part of the AXL model family by [CubicLabs](https://huggingface.co/CubicLabs).
36
 
37
  ## Model Details
38
 
39
  | Property | Value |
40
  |----------|-------|
41
+ | Developed by | [CubicLabs](https://huggingface.co/CubicLabs) |
42
  | Architecture | Multi-Scale Transformer |
43
  | Parameters | 26M |
44
  | Optimizer | SGD |
 
53
 
54
  ### Sources
55
 
56
+ - **Repository:** [GitHub](https://github.com/Cubic/AXL)
57
+ - **Organization:** [CubicLabs](https://huggingface.co/CubicLabs)
58
 
59
  ## Uses
60
 
 
154
  ```bibtex
155
  @misc{axl_2026,
156
  title={AXL: AXL-Coder-15M - Multi-Scale Transformer for CPU Code Generation},
157
+ author={Cubic},
158
  year={2026},
159
+ url={[https://huggingface.co/CubicLabs](https://huggingface.co/CubicLabs)}
160
  }
161
  ```
162
 
 
187
  with torch.no_grad():
188
  out = model.generate(ids, max_new_tokens=100, temperature=0.8, top_k=40)
189
  print(tokenizer.decode(out[0].tolist()))
190
+ ```