helenai commited on
Commit
a449908
·
1 Parent(s): 996c898

commit files to HF hub

Browse files
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
 
8
  # bigscience/bloom-560m
9
 
10
- This is the [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m) model converted to [OpenVINO](https://openvino.ai), for accellerated inference.
11
 
12
  An example of how to do inference on this model:
13
  ```python
 
7
 
8
  # bigscience/bloom-560m
9
 
10
+ This is the [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m) model converted to [OpenVINO](https://openvino.ai), for accelerated inference.
11
 
12
  An example of how to do inference on this model:
13
  ```python
config.json CHANGED
@@ -12,6 +12,7 @@
12
  "hidden_dropout": 0.0,
13
  "hidden_size": 1024,
14
  "initializer_range": 0.02,
 
15
  "layer_norm_epsilon": 1e-05,
16
  "masked_softmax_fusion": true,
17
  "model_type": "bloom",
@@ -24,7 +25,7 @@
24
  "skip_bias_add": true,
25
  "skip_bias_add_qkv": false,
26
  "slow_but_exact": false,
27
- "transformers_version": "4.27.4",
28
  "unk_token_id": 0,
29
  "use_cache": true,
30
  "vocab_size": 250880
 
12
  "hidden_dropout": 0.0,
13
  "hidden_size": 1024,
14
  "initializer_range": 0.02,
15
+ "is_decoder": true,
16
  "layer_norm_epsilon": 1e-05,
17
  "masked_softmax_fusion": true,
18
  "model_type": "bloom",
 
25
  "skip_bias_add": true,
26
  "skip_bias_add_qkv": false,
27
  "slow_but_exact": false,
28
+ "transformers_version": "4.40.2",
29
  "unk_token_id": 0,
30
  "use_cache": true,
31
  "vocab_size": 250880
openvino_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00320a31e886ec6a8086351c3f3763c338b910d0c26db2b2226fe0b4354f1a56
3
- size 3264463076
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d506d7681d5a461f86ec9ddb22fe57f99f18a26e9a35a734f528b23dd074bd3
3
+ size 1118429416
openvino_model.xml CHANGED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json CHANGED
@@ -1,6 +1,30 @@
1
  {
2
- "bos_token": "<s>",
3
- "eos_token": "</s>",
4
- "pad_token": "<pad>",
5
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17a208233d2ee8d8c83b23bc214df737c44806a1919f444e89b31e586cd956ba
3
- size 14500471
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c15972849c91c78dfab27e2ef0eb53b17f95c4fe81be6664f7e85c6a7fffde0e
3
+ size 14500499
tokenizer_config.json CHANGED
@@ -1,11 +1,45 @@
1
  {
2
  "add_prefix_space": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<s>",
 
4
  "eos_token": "</s>",
5
  "model_max_length": 1000000000000000019884624838656,
6
  "pad_token": "<pad>",
7
  "padding_side": "left",
8
- "special_tokens_map_file": null,
9
  "tokenizer_class": "BloomTokenizer",
10
  "unk_token": "<unk>"
11
  }
 
1
  {
2
  "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<unk>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<pad>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
  "bos_token": "<s>",
38
+ "clean_up_tokenization_spaces": false,
39
  "eos_token": "</s>",
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "<pad>",
42
  "padding_side": "left",
 
43
  "tokenizer_class": "BloomTokenizer",
44
  "unk_token": "<unk>"
45
  }