Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# OpenPeer NTK Trainer
|
| 2 |
|
| 3 |
This workspace contains three related paths:
|
|
@@ -7,7 +26,9 @@ This workspace contains three related paths:
|
|
| 7 |
* A benchmark pipeline that records accuracy, loss, memory, process counts, predictability, and throughput, then renders a combined dashboard plus OpenBB-backed charts.
|
| 8 |
* A runtime GUI for live benchmark runs with current hardware specs baked into the view.
|
| 9 |
|
| 10 |
-
The
|
|
|
|
|
|
|
| 11 |
|
| 12 |
## Install
|
| 13 |
|
|
@@ -80,5 +101,4 @@ The trainer also accepts `instruction`/`response`, `question`/`answer`, or `text
|
|
| 80 |
|
| 81 |
* OpenPeer AI / Riemann Computing Inc. / Andrew Magdy Kamal Nassief
|
| 82 |
* ntkmirror: https://github.com/leochlon/ntkmirror
|
| 83 |
-
* Tinygrad: https://github.com/tinygrad/tinygrad
|
| 84 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- OpenPeerAI/OpenPeerLLM
|
| 7 |
+
pipeline_tag: reinforcement-learning
|
| 8 |
+
tags:
|
| 9 |
+
- prediction
|
| 10 |
+
- AI
|
| 11 |
+
- llm
|
| 12 |
+
- training
|
| 13 |
+
- machine-learning
|
| 14 |
+
- regression
|
| 15 |
+
- accuracy
|
| 16 |
+
- visualization
|
| 17 |
+
- epoch
|
| 18 |
+
- epoch-time
|
| 19 |
+
---
|
| 20 |
# OpenPeer NTK Trainer
|
| 21 |
|
| 22 |
This workspace contains three related paths:
|
|
|
|
| 26 |
* A benchmark pipeline that records accuracy, loss, memory, process counts, predictability, and throughput, then renders a combined dashboard plus OpenBB-backed charts.
|
| 27 |
* A runtime GUI for live benchmark runs with current hardware specs baked into the view.
|
| 28 |
|
| 29 |
+
The trainer therefore targets any causal LLM that `transformers` can load, with `OpenPeerAI/OpenPeerLLM` as the primary model ID and a smaller fallback for local demos.
|
| 30 |
+
|
| 31 |
+

|
| 32 |
|
| 33 |
## Install
|
| 34 |
|
|
|
|
| 101 |
|
| 102 |
* OpenPeer AI / Riemann Computing Inc. / Andrew Magdy Kamal Nassief
|
| 103 |
* ntkmirror: https://github.com/leochlon/ntkmirror
|
| 104 |
+
* Tinygrad: https://github.com/tinygrad/tinygrad
|
|
|