minhngh commited on
Commit
bb7280c
·
0 Parent(s):

first commit

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. adapter_config.json +13 -0
  3. adapter_model.bin +3 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ adapter_model.bin filter=lfs diff=lfs merge=lfs -text
adapter_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "bigscience/bloom-560m",
3
+ "encoder_hidden_size": 1024,
4
+ "inference_mode": true,
5
+ "num_attention_heads": 16,
6
+ "num_layers": 24,
7
+ "num_transformer_submodules": 1,
8
+ "num_virtual_tokens": 30,
9
+ "peft_type": "PREFIX_TUNING",
10
+ "prefix_projection": true,
11
+ "task_type": "CAUSAL_LM",
12
+ "token_dim": 1024
13
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4cabad5b507dca115e06d90744eda4354d811e80d4680fe28d3db017e0ce9f
3
+ size 5899069