Jagneshdeveloper commited on
Commit
e73eb8e
·
verified ·
1 Parent(s): efbded6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -49,7 +49,7 @@ Built on top of the powerful **microsoft/phi-4** architecture, this model has be
49
  ## 🔬 Fusing & Pipeline Lifecycle
50
 
51
  This model was compiled under a strict resource-constrained hardware architecture using custom disk-free sharded watchdog pipelines to guarantee full float precision mapping without accuracy loss:
52
- 1. **LoRA Fine-Tuning**: Initial specialized instruction sets were targeted and compiled into low-rank matrix sub-layers (`akant-adaptet`).
53
  2. **Base Integration**: Unquantized adapter weights were chemically baked directly back into the core 29.3GB `microsoft/phi-4` tensor layers.
54
  3. **Vanilla Alignment**: Merged via **SLERP** (Spherical Linear Interpolation) at a calibrated `0.6/0.4` ratio back with the foundational base model to act as a stabilizing anchor and counteract catastrophic forgetting.
55
  4. **Deep Reasoning Injection**: Fused via **TIES** (Trimming, Electing, and Merging) to combine our custom capabilities directly with reinforcement-learned o3-style logic pathways.
@@ -83,7 +83,7 @@ You can quickly load and deploy **Ekant-14B-small** using the Hugging Face `tran
83
  from transformers import AutoModelForCausalLM, AutoTokenizer
84
  import torch
85
 
86
- model_name = "Jagneshdeveloper/ultimate-Ekant-14b"
87
 
88
  # Load the optimized tokenizer and model
89
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
49
  ## 🔬 Fusing & Pipeline Lifecycle
50
 
51
  This model was compiled under a strict resource-constrained hardware architecture using custom disk-free sharded watchdog pipelines to guarantee full float precision mapping without accuracy loss:
52
+ 1. **LoRA Fine-Tuning**: Initial specialized instruction sets were targeted and compiled into low-rank matrix sub-layers (`ekant-adapter`).
53
  2. **Base Integration**: Unquantized adapter weights were chemically baked directly back into the core 29.3GB `microsoft/phi-4` tensor layers.
54
  3. **Vanilla Alignment**: Merged via **SLERP** (Spherical Linear Interpolation) at a calibrated `0.6/0.4` ratio back with the foundational base model to act as a stabilizing anchor and counteract catastrophic forgetting.
55
  4. **Deep Reasoning Injection**: Fused via **TIES** (Trimming, Electing, and Merging) to combine our custom capabilities directly with reinforcement-learned o3-style logic pathways.
 
83
  from transformers import AutoModelForCausalLM, AutoTokenizer
84
  import torch
85
 
86
+ model_name = "Jagneshdeveloper/Ekant-14b-small"
87
 
88
  # Load the optimized tokenizer and model
89
  tokenizer = AutoTokenizer.from_pretrained(model_name)