LH-Tech-AI commited on
Commit
3396248
·
verified ·
1 Parent(s): f69ee15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -15,6 +15,7 @@ tags:
15
  - mini
16
  - open
17
  - open-source
 
18
  ---
19
 
20
  # 🦅 Supra Mini v3 0.5M
@@ -103,4 +104,4 @@ print("\nOutput:\n" + generate_text(test_prompt))
103
  ## Training guide
104
  We trained Supra Mini v3 0.5M on a single NVIDIA RTX 5060 Ti 16GB in ~1 hour for 2 epochs.<br>
105
  The full training code can be found in this repo as `train_tokenizer.py` (train costum BPE tokenizer with vocab size of 4096), `train.py` (train the model) and `inference.py` (test the model).<br>
106
- The model was trained on the first 1 billion tokens of Sample-10BT from Fineweb-Edu using streaming tokenization.
 
15
  - mini
16
  - open
17
  - open-source
18
+ new_version: SupraLabs/Supra-Mini-v4-2M
19
  ---
20
 
21
  # 🦅 Supra Mini v3 0.5M
 
104
  ## Training guide
105
  We trained Supra Mini v3 0.5M on a single NVIDIA RTX 5060 Ti 16GB in ~1 hour for 2 epochs.<br>
106
  The full training code can be found in this repo as `train_tokenizer.py` (train costum BPE tokenizer with vocab size of 4096), `train.py` (train the model) and `inference.py` (test the model).<br>
107
+ The model was trained on the first 1 billion tokens of Sample-10BT from Fineweb-Edu using streaming tokenization.