FredyRivera-dev commited on
Commit
29ca31f
·
verified ·
1 Parent(s): fd91d5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -21,11 +21,14 @@ datasets:
21
  - openbmb/UltraData-SFT-2605
22
  ---
23
 
24
- > ## Changes from the original checkpoint
25
- > Base model: [`openbmb/MiniCPM5-1B`](https://huggingface.co/openbmb/MiniCPM5-1B). Weights are unmodified, no fine-tuning was performed. Only two preparatory changes were made:
26
- > - **Tokenizer**: the reserved, never-trained slot `<unused_token_0>` (id `130082`) was renamed to `<image>` and marked as a special token.
27
- > - **Chat template**: now accepts `content` as a list of blocks (`[{"type": "image"}, {"type": "text", ...}]`) and inserts `<image>` at the corresponding position.
28
- > **This model has no vision capability.** No image encoder or projector is attached. The `<image>` token has no learned meaning (its embedding is ~0) until it's trained alongside an actual vision module. This repo is only a prepared starting point for that future integration.
 
 
 
29
 
30
  <div align="center">
31
  <img src="https://raw.githubusercontent.com/OpenBMB/MiniCPM/main/assets/minicpm_logo.png" width="500em" />
 
21
  - openbmb/UltraData-SFT-2605
22
  ---
23
 
24
+ ## Changes from the original checkpoint
25
+
26
+ Base model: [`openbmb/MiniCPM5-1B`](https://huggingface.co/openbmb/MiniCPM5-1B). Weights are unmodified, no fine-tuning was performed. Only two preparatory changes were made:
27
+
28
+ - **Tokenizer**: the reserved, never-trained slot `<unused_token_0>` (id `130082`) was renamed to `<image>` and marked as a special token.
29
+ - **Chat template**: now accepts `content` as a list of blocks (`[{"type": "image"}, {"type": "text", ...}]`) and inserts `<image>` at the corresponding position.
30
+
31
+ **This model has no vision capability.** No image encoder or projector is attached. The `<image>` token has no learned meaning (its embedding is ~0) until it's trained alongside an actual vision module. This repo is only a prepared starting point for that future integration.
32
 
33
  <div align="center">
34
  <img src="https://raw.githubusercontent.com/OpenBMB/MiniCPM/main/assets/minicpm_logo.png" width="500em" />