File size: 1,819 Bytes
0dd6c2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: linalg-zero
repo_url: https://github.com/atomwalk12/linalg-zero
site_url: https://atomwalk12.github.io/linalg-zero
site_description: This repository provides tools to generate a linear algebra dataset and code to train an open-source pre-trained model. Our goal is to explore the model's potential for emergent reasoning, inspired by the Deepseek-R1 paper.
site_author: Razvan Florian Vasile
edit_uri: edit/main/docs/
repo_name: atomwalk12/linalg-zero
copyright: Maintained by <a href="https://github.com/atomwalk12">atomwalk12</a>.

nav:
  - Home: index.md
  - Modules: modules.md
plugins:
  - search
  - mkdocstrings:
      handlers:
        python:
          paths: ["linalg_zero"]
          options:
            show_source: false
            show_root_heading: true
            show_root_toc_entry: true
            show_object_full_path: false
            show_root_full_path: false
            show_category_heading: true # Prints the category name (i.e. Functions, Classes, etc.)
            group_by_category: true
            heading_level: 2
extra_css:
  - stylesheets/extra.css
theme:
  name: material
  feature:
    tabs: true
  palette:
    - media: "(prefers-color-scheme: light)"
      scheme: astral-light
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
    - media: "(prefers-color-scheme: dark)"
      scheme: astral-dark
      toggle:
        icon: material/brightness-4
        name: Switch to system preference
  icon:
    repo: fontawesome/brands/github

extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/atomwalk12/linalg-zero
    - icon: fontawesome/brands/python
      link: https://pypi.org/project/linalg-zero

markdown_extensions:
  - toc:
      permalink: true
  - pymdownx.arithmatex:
      generic: true