VictorSanh HF staff commited on
Commit
4b3cca8
1 Parent(s): b99c897

add the new instruct model

Browse files
added_tokens.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "<fake_token_around_image>": 32000,
3
  "<image>": 32001
4
  }
 
1
  {
2
+ "<end_of_utterance>": 32002,
3
  "<fake_token_around_image>": 32000,
4
  "<image>": 32001
5
  }
pytorch_model-00001-of-00002.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa56e10990afb6b882003571f094c95e37fae5471c4d8a318c7368644261ecb5
3
- size 9971911147
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3ed0da9957263e4f02b99828156f20f0ccb4d1fb59c2c0658188b51dbaf3a6
3
+ size 9971919339
pytorch_model-00002-of-00002.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4de33759f4bbb32b1c56bd7d891ab0966380e55d6a830afc87cc136a8e60513b
3
- size 7887831155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43ae92a7323df858911062a06d73f7cb55701cefd5621de8f26979f3a6497494
3
+ size 7887839347
pytorch_model.bin.index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "metadata": {
3
- "total_size": 17859371560
4
  },
5
  "weight_map": {
6
  "lm_head.additional_fc.weight": "pytorch_model-00002-of-00002.bin",
 
1
  {
2
  "metadata": {
3
+ "total_size": 17859387944
4
  },
5
  "weight_map": {
6
  "lm_head.additional_fc.weight": "pytorch_model-00002-of-00002.bin",
special_tokens_map.json CHANGED
@@ -13,6 +13,13 @@
13
  "normalized": true,
14
  "rstrip": false,
15
  "single_word": false
 
 
 
 
 
 
 
16
  }
17
  ],
18
  "bos_token": {
 
13
  "normalized": true,
14
  "rstrip": false,
15
  "single_word": false
16
+ },
17
+ {
18
+ "content": "<end_of_utterance>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
  }
24
  ],
25
  "bos_token": {