Stanislav commited on
Commit
e53e5b1
·
verified ·
1 Parent(s): 9ac8624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -25,6 +25,8 @@ base_model:
25
 
26
  # Model Card: Stentor-Big
27
 
 
 
28
  ## Model Description
29
 
30
  Stentor-Big is a compact language model with 142 million parameters, built upon the Llama architecture. It is the result of a three-stage continual pre-training process designed to combine broad linguistic competence, narrative coherence, and structured academic style. The model is intended as a strong base for further fine‑tuning or direct use in educational text generation, creative writing assistance, and prototyping of small‑scale language applications.
 
25
 
26
  # Model Card: Stentor-Big
27
 
28
+ Stentor-Big is a direct expansion of the original [Stentor-30M](https://huggingface.co/StentorLabs/Stentor-30M) model developed by Kai Izumoto (StentorLabs). The architecture was scaled up from 30M to 142M parameters by increasing the hidden size, number of layers, and intermediate dimensions while preserving the pre-trained weights where possible. This approach allows the model to retain the linguistic foundations learned by its smaller counterpart while gaining additional capacity through new randomly initialized layers.
29
+
30
  ## Model Description
31
 
32
  Stentor-Big is a compact language model with 142 million parameters, built upon the Llama architecture. It is the result of a three-stage continual pre-training process designed to combine broad linguistic competence, narrative coherence, and structured academic style. The model is intended as a strong base for further fine‑tuning or direct use in educational text generation, creative writing assistance, and prototyping of small‑scale language applications.