deadbydawn101 commited on
Commit
cd527f3
·
verified ·
1 Parent(s): 6a71717

v1.1: Model card — 318K examples, MAP protocol, 128K context

Browse files
Files changed (1) hide show
  1. README.md +40 -18
README.md CHANGED
@@ -10,6 +10,7 @@ tags:
10
  - hedge-fund
11
  - 128k-context
12
  - gguf
 
13
  - ravenx
14
  - map-protocol
15
  language:
@@ -17,23 +18,41 @@ language:
17
  pipeline_tag: text-generation
18
  ---
19
 
20
- # RavenX-Trade Qwen3-8B v1.1 — Autonomous Trading Intelligence Model 128K (GGUF)
21
 
22
- > **GGUF** · Ollama / llama.cpp / LM Studio · 128K context · 4-step MAP protocol · 318K training examples
23
 
24
- This is the GGUF version of [`RavenX-Trade-8B-MAP-128k-mlx-4bit`](https://huggingface.co/deadbydawn101/RavenX-Trade-8B-MAP-128k-mlx-4bit).
25
 
26
- > 🍎 **Looking for MLX?** [RavenX-Trade-8B-MAP-128k-mlx-4bit](https://huggingface.co/deadbydawn101/RavenX-Trade-8B-MAP-128k-mlx-4bit)
 
 
27
 
28
- **Built by [@DeadByDawn101](https://github.com/DeadByDawn101) (RavenX LLC)**
29
 
30
- ## Quick Start
 
 
31
 
32
  ```bash
 
33
  ollama run hf.co/deadbydawn101/RavenX-Trade-8B-GGUF:ravenx-trade-v1.1-128k-Q8_0
34
  ```
35
 
36
- ## Example Output (v1.1 — 4-Step MAP)
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ```
39
  MAP STEP 1: MARKET
@@ -61,14 +80,7 @@ MAP STEP 4: TRADE
61
  - Position Size: 2.5% of portfolio
62
  ```
63
 
64
- ## Available Quantizations
65
-
66
- | Filename | Quant | Use Case |
67
- |----------|-------|----------|
68
- | `ravenx-trade-v1.1-128k-Q4_K_M.gguf` | Q4_K_M | Fast inference, lower memory |
69
- | `ravenx-trade-v1.1-128k-Q5_K_M.gguf` | Q5_K_M | Balanced quality/speed |
70
- | `ravenx-trade-v1.1-128k-Q8_0.gguf` | Q8_0 | Best quality |
71
- | `ravenx-trade-v1.1-128k-f16.gguf` | F16 | Full precision |
72
 
73
  ## Model Details
74
 
@@ -76,12 +88,22 @@ MAP STEP 4: TRADE
76
  |-----------|-------|
77
  | **Architecture** | Qwen3-8B |
78
  | **Base** | Goekdeniz-Guelmez/Josiefied-Qwen3-8B-abliterated-v1 |
79
- | **Context** | 128K (YaRN rope scaling) |
80
- | **Training Data** | 318,675 examples |
81
- | **Datasets** | 21 HuggingFace + 15 GitHub repos |
82
  | **Method** | MLX LoRA (rank 32, 8 layers, 1e-5 LR, 2000 iters) |
83
  | **Hardware** | Apple M1 Max 64GB |
84
 
 
 
 
 
 
 
 
 
 
 
 
85
  ## Source Code
86
 
87
  **[github.com/DeadByDawn101/RavenX-Trade](https://github.com/DeadByDawn101/RavenX-Trade)**
 
10
  - hedge-fund
11
  - 128k-context
12
  - gguf
13
+ - ollama
14
  - ravenx
15
  - map-protocol
16
  language:
 
18
  pipeline_tag: text-generation
19
  ---
20
 
21
+ # 🐦‍⬛ RavenX-Trade 8B v1.1 — GGUF (Ollama / llama.cpp / LM Studio)
22
 
23
+ > **GGUF** · 128K context · 4-step MAP protocol · 318K training examples
24
 
25
+ **Qwen3-8B fine-tuned for autonomous trading analysis.** GGUF quantizations for Ollama, llama.cpp, and LM Studio.
26
 
27
+ > 🍎 **MLX (Apple Silicon):** [RavenX-Trade-8B-MAP-128k-mlx-4bit](https://huggingface.co/deadbydawn101/RavenX-Trade-8B-MAP-128k-mlx-4bit)
28
+ >
29
+ > 🛡️ **Security model:** [RavenX-Sec-8B-GGUF](https://huggingface.co/deadbydawn101/RavenX-Sec-8B-GGUF)
30
 
31
+ **Built by [@DeadByDawn101](https://github.com/DeadByDawn101) · RavenX LLC**
32
 
33
+ ---
34
+
35
+ ## Quick Start (Ollama)
36
 
37
  ```bash
38
+ # Run directly from HuggingFace — no push needed
39
  ollama run hf.co/deadbydawn101/RavenX-Trade-8B-GGUF:ravenx-trade-v1.1-128k-Q8_0
40
  ```
41
 
42
+ ---
43
+
44
+ ## Available Quantizations
45
+
46
+ | File | Quant | Size | Use Case |
47
+ |------|-------|------|----------|
48
+ | `ravenx-trade-v1.1-128k-f16.gguf` | F16 | ~16 GB | Full precision, maximum quality |
49
+ | `ravenx-trade-v1.1-128k-Q8_0.gguf` | Q8_0 | ~8.5 GB | Best quality quantized |
50
+ | `ravenx-trade-v1.1-128k-Q5_K_M.gguf` | Q5_K_M | ~5.7 GB | Balanced quality/speed |
51
+ | `ravenx-trade-v1.1-128k-Q4_K_M.gguf` | Q4_K_M | ~4.9 GB | Fast inference, lower memory |
52
+
53
+ ---
54
+
55
+ ## Example Output (4-Step MAP Protocol)
56
 
57
  ```
58
  MAP STEP 1: MARKET
 
80
  - Position Size: 2.5% of portfolio
81
  ```
82
 
83
+ ---
 
 
 
 
 
 
 
84
 
85
  ## Model Details
86
 
 
88
  |-----------|-------|
89
  | **Architecture** | Qwen3-8B |
90
  | **Base** | Goekdeniz-Guelmez/Josiefied-Qwen3-8B-abliterated-v1 |
91
+ | **Context** | 128K (YaRN rope scaling, factor 4.0) |
92
+ | **Training Data** | 318,675 examples (21 datasets + 15 repos) |
 
93
  | **Method** | MLX LoRA (rank 32, 8 layers, 1e-5 LR, 2000 iters) |
94
  | **Hardware** | Apple M1 Max 64GB |
95
 
96
+ ---
97
+
98
+ ## The RavenX Model Family
99
+
100
+ | Model | Domain | Protocol | Training Data |
101
+ |-------|--------|----------|--------------|
102
+ | [**RavenX-Sec v4.0**](https://huggingface.co/deadbydawn101/RavenX-Sec-8B-GGUF) | Security | 6-step RATH | 610K examples |
103
+ | [**RavenX-Trade v1.1**](https://huggingface.co/deadbydawn101/RavenX-Trade-8B-GGUF) | Trading | 4-step MAP | 318K examples |
104
+
105
+ ---
106
+
107
  ## Source Code
108
 
109
  **[github.com/DeadByDawn101/RavenX-Trade](https://github.com/DeadByDawn101/RavenX-Trade)**