Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,6 +19,16 @@ library_name: custom
|
|
| 19 |
|
| 20 |
A **89.8M parameter** causal language model built entirely from scratch using a custom transformer architecture, trained on WikiText-103 + synthetic instruction data.
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Architecture
|
| 23 |
|
| 24 |
| Parameter | Value |
|
|
@@ -46,9 +56,11 @@ Key design choices:
|
|
| 46 |
Requirements: Python 3.8+ and pip.
|
| 47 |
|
| 48 |
```bash
|
|
|
|
| 49 |
git clone https://huggingface.co/JustScriptzz/nexus-smAll-v1
|
| 50 |
cd nexus-smAll-v1
|
| 51 |
|
|
|
|
| 52 |
pip install torch --index-url https://download.pytorch.org/whl/cpu
|
| 53 |
pip install tokenizers
|
| 54 |
```
|
|
|
|
| 19 |
|
| 20 |
A **89.8M parameter** causal language model built entirely from scratch using a custom transformer architecture, trained on WikiText-103 + synthetic instruction data.
|
| 21 |
|
| 22 |
+
## Try it Online
|
| 23 |
+
|
| 24 |
+
Test the model directly in your browser (free, no login required):
|
| 25 |
+
|
| 26 |
+
[](https://replit.com/github/JustScriptzz/nexus-smAll-v1)
|
| 27 |
+
|
| 28 |
+
Or view the source code on GitHub:
|
| 29 |
+
|
| 30 |
+
[](https://github.com/JustScriptzz/nexus-smAll-v1)
|
| 31 |
+
|
| 32 |
## Architecture
|
| 33 |
|
| 34 |
| Parameter | Value |
|
|
|
|
| 56 |
Requirements: Python 3.8+ and pip.
|
| 57 |
|
| 58 |
```bash
|
| 59 |
+
# 1. Clone the repository
|
| 60 |
git clone https://huggingface.co/JustScriptzz/nexus-smAll-v1
|
| 61 |
cd nexus-smAll-v1
|
| 62 |
|
| 63 |
+
# 2. Install dependencies
|
| 64 |
pip install torch --index-url https://download.pytorch.org/whl/cpu
|
| 65 |
pip install tokenizers
|
| 66 |
```
|