Hemachandiran commited on
Commit
cc5ba7f
1 Parent(s): 7edac16

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +38 -0
  2. openvino_model.bin +3 -0
  3. openvino_model.xml +0 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "databricks/dolly-v2-3b",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "attention_bias": true,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.1,
10
+ "custom_pipelines": {
11
+ "text-generation": {
12
+ "impl": "instruct_pipeline.InstructionTextGenerationPipeline",
13
+ "pt": "AutoModelForCausalLM",
14
+ "tf": "TFAutoModelForCausalLM"
15
+ }
16
+ },
17
+ "eos_token_id": 0,
18
+ "hidden_act": "gelu",
19
+ "hidden_dropout": 0.0,
20
+ "hidden_size": 2560,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 10240,
23
+ "is_decoder": true,
24
+ "layer_norm_eps": 1e-05,
25
+ "max_position_embeddings": 2048,
26
+ "model_type": "gpt_neox",
27
+ "num_attention_heads": 32,
28
+ "num_hidden_layers": 32,
29
+ "rope_scaling": null,
30
+ "rotary_emb_base": 10000,
31
+ "rotary_pct": 0.25,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.37.2",
35
+ "use_cache": true,
36
+ "use_parallel_residual": true,
37
+ "vocab_size": 50280
38
+ }
openvino_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b97132490f1a931eb3a2d661fddff693f1a060e06abc9275d62659eef24cdefe
3
+ size 2783022982
openvino_model.xml ADDED
The diff for this file is too large to render. See raw diff