Instructions to use AmPac/trace with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AmPac/trace with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("AmPac/trace") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use AmPac/trace with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "AmPac/trace" --prompt "Once upon a time"
- Atomic Chat
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -39,7 +39,15 @@ Trace is a small open-source 504/7(a) screening model for CDFIs and lenders. Ask
|
|
| 39 |
|
| 40 |
Not an SBA product. Does not speak for SBA. Does not determine eligibility. Does not decide credit. Not for applicants.
|
| 41 |
|
| 42 |
-

|
| 101 |
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
|
| 104 |
| Seat | All-pass | False kill |
|
| 105 |
|---|---|---|
|
|
@@ -108,11 +118,7 @@ Same code grader. `verified: false`.
|
|
| 108 |
| Weights alone | 0.50 | 0 |
|
| 109 |
| **Trace** | **1.00** | **0** |
|
| 110 |
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-

|
| 114 |
-
|
| 115 |
-
12/12 is Trace the product (weights + lake + runner). 6/12 is the adapter with the runner off.
|
| 116 |
|
| 117 |
## Quickstart
|
| 118 |
|
|
|
|
| 39 |
|
| 40 |
Not an SBA product. Does not speak for SBA. Does not determine eligibility. Does not decide credit. Not for applicants.
|
| 41 |
|
| 42 |
+

|
| 43 |
+
|
| 44 |
+
## The desk
|
| 45 |
+
|
| 46 |
+
Claude researches. Codex writes the repo. Grok makes the stills. Qwen is the open 7B Trace sits on. Trace opens the paragraph.
|
| 47 |
+
|
| 48 |
+

|
| 49 |
+
|
| 50 |
+
Codex and Grok were not run on ScreenBench. Do not invent an all-pass for them.
|
| 51 |
|
| 52 |
## SOP in force
|
| 53 |
|
|
|
|
| 101 |
|
| 102 |
Weights learn **how to screen**. Facts that move (SOP revs, notices) stay in the dated lake. If it is only in the weights and the SOP changes, the model lies with confidence.
|
| 103 |
|
| 104 |
+
## Three columns. Never averaged.
|
|
|
|
|
|
|
| 105 |
|
| 106 |

|
| 107 |
|
| 108 |
+
## ScreenBench
|
| 109 |
+
|
| 110 |
+
Same code grader. `verified: false`. Lab board, not the hero.
|
| 111 |
+
|
| 112 |
+

|
| 113 |
|
| 114 |
| Seat | All-pass | False kill |
|
| 115 |
|---|---|---|
|
|
|
|
| 118 |
| Weights alone | 0.50 | 0 |
|
| 119 |
| **Trace** | **1.00** | **0** |
|
| 120 |
|
| 121 |
+
12/12 is Trace the product (weights + lake + runner). 6/12 is the adapter with the runner off. Codex and Grok are not rows.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
|
| 123 |
## Quickstart
|
| 124 |
|