Restrictated commited on
Commit
fb11592
·
verified ·
1 Parent(s): 6d99d51

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
@@ -33,13 +33,13 @@ model-index:
33
 
34
  # AXL-Refactor-Lion
35
 
36
- Refactoring specialist. 19.1M params. PPL 1.02. Context 256 bytes. Part of the AXL model family by [KoinicLabs](https://huggingface.co/KoinicLabs).
37
 
38
  ## Model Details
39
 
40
  | Property | Value |
41
  |----------|-------|
42
- | Developed by | [KoinicLabs](https://huggingface.co/KoinicLabs) |
43
  | Architecture | Multi-Scale Transformer |
44
  | Parameters | 19M |
45
  | Optimizer | Lion |
@@ -54,8 +54,8 @@ Refactoring specialist. 19.1M params. PPL 1.02. Context 256 bytes. Part of the A
54
 
55
  ### Sources
56
 
57
- - **Repository:** [GitHub](https://github.com/Koinic/AXL)
58
- - **Organization:** [KoinicLabs](https://huggingface.co/KoinicLabs)
59
 
60
  ## Uses
61
 
@@ -155,9 +155,9 @@ Multi-Scale Transformer with three parallel encoder stacks at resolution scales
155
  ```bibtex
156
  @misc{axl_2026,
157
  title={AXL: AXL-Refactor-Lion - Multi-Scale Transformer for CPU Code Generation},
158
- author={Koinic},
159
  year={2026},
160
- url={https://huggingface.co/KoinicLabs}
161
  }
162
  ```
163
 
@@ -188,4 +188,4 @@ ids = torch.tensor([tokenizer.encode(prompt)], dtype=torch.long)
188
  with torch.no_grad():
189
  out = model.generate(ids, max_new_tokens=100, temperature=0.8, top_k=40)
190
  print(tokenizer.decode(out[0].tolist()))
191
- ```
 
6
  - code-generation
7
  - multi-scale-transformer
8
  - cpu-optimized
9
+ - cubic
10
  - pytorch
11
  - llama
12
  - gguf
 
33
 
34
  # AXL-Refactor-Lion
35
 
36
+ Refactoring specialist. 19.1M params. PPL 1.02. Context 256 bytes. Part of the AXL model family by [CubicLabs](https://huggingface.co/CubicLabs).
37
 
38
  ## Model Details
39
 
40
  | Property | Value |
41
  |----------|-------|
42
+ | Developed by | [CubicLabs](https://huggingface.co/CubicLabs) |
43
  | Architecture | Multi-Scale Transformer |
44
  | Parameters | 19M |
45
  | Optimizer | Lion |
 
54
 
55
  ### Sources
56
 
57
+ - **Repository:** [GitHub](https://github.com/Cubic/AXL)
58
+ - **Organization:** [CubicLabs](https://huggingface.co/CubicLabs)
59
 
60
  ## Uses
61
 
 
155
  ```bibtex
156
  @misc{axl_2026,
157
  title={AXL: AXL-Refactor-Lion - Multi-Scale Transformer for CPU Code Generation},
158
+ author={Cubic},
159
  year={2026},
160
+ url={[https://huggingface.co/CubicLabs](https://huggingface.co/CubicLabs)}
161
  }
162
  ```
163
 
 
188
  with torch.no_grad():
189
  out = model.generate(ids, max_new_tokens=100, temperature=0.8, top_k=40)
190
  print(tokenizer.decode(out[0].tolist()))
191
+ ```