AbteeXAILabs commited on
Commit
d784e52
·
verified ·
1 Parent(s): 5d3c2da

docs: add organization card

Browse files
Files changed (2) hide show
  1. README.md +35 -4
  2. index.html +9 -17
README.md CHANGED
@@ -1,10 +1,41 @@
1
  ---
2
- title: README
3
- emoji: 🐠
4
  colorFrom: green
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: AbteeXAILab
 
3
  colorFrom: green
4
+ colorTo: blue
5
  sdk: static
6
  pinned: false
7
  ---
8
 
9
+ # AbteeX AI Lab
10
+
11
+ AbteeX AI Lab builds local-first AI systems, model packaging workflows, and practical release infrastructure with an emphasis on clear provenance, controlled distribution, and Aotearoa / New Zealand-oriented language tooling.
12
+
13
+ ## What This Organization Publishes
14
+
15
+ - private or controlled-access model releases while documentation and release posture are finalized
16
+ - Hugging Face-ready model packaging with clear lineage, integrity files, and deployment bundles
17
+ - browser-demo assets, runtime notes, and supporting release documentation
18
+
19
+ ## Current LumynaX Family Positioning
20
+
21
+ - `LumynaX Tiny` is the original from-scratch LumynaX seed model
22
+ - `LumynaX NZ 3B` is the first larger standalone family release prepared for practical deployment
23
+ - release pages are written to keep those claims explicit and separate
24
+
25
+ ## Release Standards
26
+
27
+ AbteeX AI Lab uses a documentation-first release posture:
28
+
29
+ - model cards should state lineage honestly
30
+ - proprietary releases should carry explicit license and integrity files
31
+ - benchmark claims should be added only when they are validated and reproducible
32
+ - private or gated publication is preferred before any wider public model release
33
+
34
+ ## Access Posture
35
+
36
+ Some repositories in this organization may remain private or controlled-access while release packaging, access policy, and supporting materials are being finalized.
37
+
38
+ ## Contact
39
+
40
+ - website: [abteex.com](https://abteex.com)
41
+ - organization: `AbteeXAILab`
index.html CHANGED
@@ -1,19 +1,11 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
  </html>
 
1
  <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="refresh" content="0; url=https://abteex.com">
6
+ <title>AbteeX AI Lab</title>
7
+ </head>
8
+ <body>
9
+ <p>AbteeX AI Lab: <a href="https://abteex.com">https://abteex.com</a></p>
10
+ </body>
 
 
 
 
 
 
 
 
11
  </html>