aman0419 commited on
Commit
f32b9ce
·
verified ·
1 Parent(s): b7fdcef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -114,12 +114,11 @@ Before running any code, you need the following files. Download them directly fr
114
 
115
  | File | Source | Description |
116
  |:---|:---|:---|
117
- | `vital_lm_50m_sft_weights.pt` | [Hugging Face](https://huggingface.co/aman0419/Vitallm-50M-Instruct) | Model weights (SFT) |
118
  | `model.py` | [GitHub](https://github.com/Aman041902/VitalLM-50M/blob/main/model.py) | Custom model architecture |
119
  | `vocab_50m.json` | [Hugging Face](https://huggingface.co/aman0419/Vitallm-50M-Instruct) | Tokenizer vocabulary |
120
  | `merges_50m.txt` | [Hugging Face](https://huggingface.co/aman0419/Vitallm-50M-Instruct) | BPE merge rules |
121
 
122
- > ⚠️ All four files must be present in the **same working directory** before running inference. `model.py` contains the custom `SLM` and `SLMConfig` classes which are not available in the standard `transformers` library and cannot be skipped.
123
 
124
  ---
125
 
 
114
 
115
  | File | Source | Description |
116
  |:---|:---|:---|
 
117
  | `model.py` | [GitHub](https://github.com/Aman041902/VitalLM-50M/blob/main/model.py) | Custom model architecture |
118
  | `vocab_50m.json` | [Hugging Face](https://huggingface.co/aman0419/Vitallm-50M-Instruct) | Tokenizer vocabulary |
119
  | `merges_50m.txt` | [Hugging Face](https://huggingface.co/aman0419/Vitallm-50M-Instruct) | BPE merge rules |
120
 
121
+ > ⚠️ All files must be present in the **same working directory** before running inference. `model.py` contains the custom `SLM` and `SLMConfig` classes which are not available in the standard `transformers` library and cannot be skipped.
122
 
123
  ---
124