Instructions to use blazeofchi/mempool-qwen-logits-orchestrator-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blazeofchi/mempool-qwen-logits-orchestrator-v0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("blazeofchi/mempool-qwen-logits-orchestrator-v0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- sample_prediction.json +1 -1
README.md
CHANGED
|
@@ -20,7 +20,7 @@ model weights. Load the base model separately and attach the heads.
|
|
| 20 |
|
| 21 |
- Checkpoint: `qwen_logits_heads.pt`
|
| 22 |
- Training rows: `53`
|
| 23 |
-
- Final
|
| 24 |
|
| 25 |
Worker labels:
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
- Checkpoint: `qwen_logits_heads.pt`
|
| 22 |
- Training rows: `53`
|
| 23 |
+
- Final training loss: `2.8251984119415283`
|
| 24 |
|
| 25 |
Worker labels:
|
| 26 |
|
sample_prediction.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"checkpoint": "
|
| 3 |
"device": "mps",
|
| 4 |
"predictions": [
|
| 5 |
{
|
|
|
|
| 1 |
{
|
| 2 |
+
"checkpoint": "research/models/20260628-qwen-small-logits-orchestrator-full-local/qwen_logits_heads.pt",
|
| 3 |
"device": "mps",
|
| 4 |
"predictions": [
|
| 5 |
{
|