smohammadi commited on
Commit
6bf2901
1 Parent(s): 37a0700

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. adapter_0.pt +3 -0
  2. adapter_config.json +1 -0
  3. adapter_model.bin +3 -0
  4. config.json +1 -0
adapter_0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f621f6b906342546bbde668fe57ed064c967e0d669f7ae33bb23cadde73aba5
3
+ size 147523834
adapter_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"r": 64, "lora_alpha": 128, "target_modules": ["q_proj", "k_proj", "v_proj", "gate_proj", "down_proj", "up_proj"], "peft_type": "LORA"}
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438e5ef15388a2151cc3ffa012259a855ac8e0d36ca942895ba78ba92c6c9dae
3
+ size 147530922
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"architectures": ["GemmaForCausalLM"], "attention_bias": false, "attention_dropout": 0.0, "bos_token_id": 2, "eos_token_id": 1, "head_dim": 256, "hidden_act": "gelu", "hidden_size": 2048, "initializer_range": 0.02, "intermediate_size": 16384, "max_position_embeddings": 8192, "model_type": "gemma", "num_attention_heads": 8, "num_hidden_layers": 18, "num_key_value_heads": 1, "pad_token_id": 0, "rms_norm_eps": 1e-06, "rope_scaling": null, "rope_theta": 10000.0, "torch_dtype": "bfloat16", "transformers_version": "4.38.0.dev0", "use_cache": true, "vocab_size": 256000}