Voldimou commited on
Commit
39736c3
1 Parent(s): 6c41526

Upload MistralForCausalLM

Browse files
README.md CHANGED
@@ -6,10 +6,10 @@ tags:
6
  widget:
7
  - text: He was a skater boy, she said see you later boy
8
  pipeline_tag: text-generation
 
9
  model-index:
10
  - name: mistral-flo-finetune-2-T4
11
  results: []
12
- base_model: mistralai/Mistral-7B-v0.1
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
6
  widget:
7
  - text: He was a skater boy, she said see you later boy
8
  pipeline_tag: text-generation
9
+ base_model: mistralai/Mistral-7B-v0.1
10
  model-index:
11
  - name: mistral-flo-finetune-2-T4
12
  results: []
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "revision": null,
21
  "target_modules": [
22
  "o_proj",
23
- "up_proj",
24
  "down_proj",
 
25
  "k_proj",
26
- "lm_head",
27
  "gate_proj",
28
- "v_proj",
29
  "q_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "revision": null,
21
  "target_modules": [
22
  "o_proj",
 
23
  "down_proj",
24
+ "v_proj",
25
  "k_proj",
26
+ "up_proj",
27
  "gate_proj",
28
+ "lm_head",
29
  "q_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bd42e72967959f1a27184ddab3b25bb5568b035aee2edf9ce8574f65ba222fb
3
- size 864513616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a74d45cc70ef001966bfa0dea890ac74700783af2ced7b0e53e974b9e5dabc
3
+ size 600059184
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.37.0"
6
+ }