Text Generation
Russian
conversational
IlyaGusev commited on
Commit
6e0b783
1 Parent(s): 380b757
adapter_config.json CHANGED
@@ -17,9 +17,7 @@
17
  "q_proj",
18
  "v_proj",
19
  "k_proj",
20
- "o_proj",
21
- "down_proj",
22
- "up_proj"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
 
17
  "q_proj",
18
  "v_proj",
19
  "k_proj",
20
+ "o_proj"
 
 
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb30816c73636f290c94d953664b099832d9ceae82661eba523564f879cd929a
3
- size 129113357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a6063bcc5c9f35f9e5aebebd5ed4e429befc4fb08645b34fc43292e823c851
3
+ size 67201357
generation_config.json CHANGED
@@ -2,12 +2,12 @@
2
  "pad_token_id": 0,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "temperature": 0.2,
6
  "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
- "max_new_tokens": 1536,
10
  "num_beams": 1,
11
- "repetition_penalty": 1.15,
12
  "no_repeat_ngram_size": 15
13
  }
 
2
  "pad_token_id": 0,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "temperature": 0.5,
6
  "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
+ "max_new_tokens": 3584,
10
  "num_beams": 1,
11
+ "repetition_penalty": 1.2,
12
  "no_repeat_ngram_size": 15
13
  }