czczup commited on
Commit
c72300c
1 Parent(s): d930b2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -38,7 +38,8 @@ See this [document](https://github.com/OpenGVLab/InternVL/tree/main/clip_benchma
38
 
39
  ## Quick Start
40
 
41
- **Note: the prefix `'summarize:'` and `tokenizer.pad_token_id = 0` are necessary. Their absence will lead to abnormal results.**
 
42
 
43
  ```python
44
  import torch
 
38
 
39
  ## Quick Start
40
 
41
+ > \[!Warning\]
42
+ > 🚨 Note: the prefix `'summarize:'` and `tokenizer.pad_token_id = 0` are necessary. Their absence will lead to abnormal results.
43
 
44
  ```python
45
  import torch