olivenet commited on
Commit
618c06c
Β·
verified Β·
1 Parent(s): e90b707

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -23,7 +23,7 @@ datasets:
23
 
24
  # EntropyHunter-8B v0.4 β€” Exergy Analysis Specialist
25
 
26
- **The first fine-tuned LLM specialized in second-law thermodynamic (exergy) analysis of industrial equipment.**
27
 
28
  EntropyHunter performs rigorous exergy calculations including energy/exergy balances, entropy generation, exergoeconomic analysis, and thermodynamic optimization β€” tasks that general-purpose LLMs struggle with despite their broad knowledge.
29
 
@@ -45,7 +45,6 @@ EntropyHunter performs rigorous exergy calculations including energy/exergy bala
45
  | Quantization | Q4_K_M (4.7 GB) |
46
  | Context Length | 8,192 tokens |
47
  | Training Loss | 0.408 |
48
- | Training Cost | ~$2 GPU + ~$210 data generation |
49
  | Thinking Mode | Disabled (direct response, no chain-of-thought tokens) |
50
 
51
  ## Supported Analysis Types
@@ -106,7 +105,7 @@ SYSTEM """You are an expert thermodynamics engineer specializing in exergy (seco
106
  Claude Opus 4.6 (Teacher)
107
  β”‚
108
  β–Ό
109
- 1,500 examples generated (Batch API, ~$210)
110
  β”‚
111
  β–Ό
112
  Thermodynamic QC Pipeline
@@ -124,7 +123,6 @@ Thermodynamic QC Pipeline
124
  LoRA Fine-tuning (Qwen3-8B, Unsloth)
125
  β”œβ”€β”€ r=16, Ξ±=32, lr=1e-4
126
  β”œβ”€β”€ 3 epochs, 465 steps
127
- β”œβ”€β”€ A40 48GB GPU, 5 hours
128
  └── Training loss: 0.408
129
  β”‚
130
  β–Ό
@@ -164,7 +162,7 @@ GGUF Export (Q4_K_M, 4.7 GB)
164
 
165
  ## About
166
 
167
- Built by [Kemal DΓΌzkar](https://www.linkedin.com/in/kemal-d%C3%BCzkar/), chemical engineer and founder of [Olivenet](https://olivenet.io) (Northern Cyprus). EntropyHunter is part of the ExergyLab ecosystem β€” bringing thermodynamic intelligence to industrial IoT.
168
 
169
  **Philosophy:** *Teaching a small model what only large models know β€” so it can run where large models can't.*
170
 
 
23
 
24
  # EntropyHunter-8B v0.4 β€” Exergy Analysis Specialist
25
 
26
+ **A fine-tuned LLM specialized in second-law thermodynamic (exergy) analysis of industrial equipment.**
27
 
28
  EntropyHunter performs rigorous exergy calculations including energy/exergy balances, entropy generation, exergoeconomic analysis, and thermodynamic optimization β€” tasks that general-purpose LLMs struggle with despite their broad knowledge.
29
 
 
45
  | Quantization | Q4_K_M (4.7 GB) |
46
  | Context Length | 8,192 tokens |
47
  | Training Loss | 0.408 |
 
48
  | Thinking Mode | Disabled (direct response, no chain-of-thought tokens) |
49
 
50
  ## Supported Analysis Types
 
105
  Claude Opus 4.6 (Teacher)
106
  β”‚
107
  β–Ό
108
+ 1,500 examples generated (Batch API)
109
  β”‚
110
  β–Ό
111
  Thermodynamic QC Pipeline
 
123
  LoRA Fine-tuning (Qwen3-8B, Unsloth)
124
  β”œβ”€β”€ r=16, Ξ±=32, lr=1e-4
125
  β”œβ”€β”€ 3 epochs, 465 steps
 
126
  └── Training loss: 0.408
127
  β”‚
128
  β–Ό
 
162
 
163
  ## About
164
 
165
+ Built by [Kemal DΓΌzkar](https://www.linkedin.com/in/kemalduzkar/), chemical engineer and founder of [Olivenet](https://olivenet.io) (Northern Cyprus). EntropyHunter is part of the ExergyLab ecosystem β€” bringing thermodynamic intelligence to industrial IoT.
166
 
167
  **Philosophy:** *Teaching a small model what only large models know β€” so it can run where large models can't.*
168