Mentors4EDU commited on
Commit
9a9cece
·
verified ·
1 Parent(s): 3f2dde4

Update README.md

Browse files

![newplot](https://cdn-uploads.huggingface.co/production/uploads/67b50285f432f49d3afe5bb1/OuP9QS0zVUKB_hIofQgIp.png)

Files changed (1) hide show
  1. README.md +23 -3
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 OpenPeerLLM model card currently points at `OpenPeerAI/OpenPeerLLM`, but that repository card is not a standard inference-ready Hugging Face example. The trainer therefore targets any causal LM that `transformers` can load, with `OpenPeerAI/OpenPeerLLM` as the primary model ID and a smaller fallback for local demos.
 
 
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
+ ![newplot](https://cdn-uploads.huggingface.co/production/uploads/67b50285f432f49d3afe5bb1/OuP9QS0zVUKB_hIofQgIp.png)
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