PawelLadOLX commited on
Commit
998fe40
1 Parent(s): a14b29e

Create config.json

Browse files

While trying to pull the model I get the following error: Azurro/Mistral-7B-Instruct-v0.1-qlora-polish does not appear to have a file named config.json. Does it make sense to add it?

Files changed (1) hide show
  1. config.json +70 -0
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Hugging Face's logo
2
+ Hugging Face
3
+ Search models, datasets, users...
4
+ Models
5
+ Datasets
6
+ Spaces
7
+ Posts
8
+ Docs
9
+ Pricing
10
+
11
+
12
+
13
+ Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization
14
+
15
+ Azurro
16
+ /
17
+ Mistral-7B-Instruct-v0.1-qlora-polish
18
+
19
+ like
20
+ 1
21
+ Polish
22
+ qlora
23
+ instruct
24
+
25
+ License:
26
+ apache-2.0
27
+ Model card
28
+ Files and versions
29
+ Community
30
+ Mistral-7B-Instruct-v0.1-qlora-polish
31
+ /
32
+ adapter_config.json
33
+ chrisociepa's picture
34
+ chrisociepa
35
+ Upload 3 files
36
+ fff9da4
37
+ 4 months ago
38
+ raw
39
+ history
40
+ blame
41
+ contribute
42
+ delete
43
+ No virus
44
+ 535 Bytes
45
+ {
46
+ "auto_mapping": null,
47
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.1",
48
+ "bias": "none",
49
+ "fan_in_fan_out": false,
50
+ "inference_mode": true,
51
+ "init_lora_weights": true,
52
+ "layers_pattern": null,
53
+ "layers_to_transform": null,
54
+ "lora_alpha": 16.0,
55
+ "lora_dropout": 0.0,
56
+ "modules_to_save": null,
57
+ "peft_type": "LORA",
58
+ "r": 64,
59
+ "revision": null,
60
+ "target_modules": [
61
+ "up_proj",
62
+ "gate_proj",
63
+ "down_proj",
64
+ "o_proj",
65
+ "k_proj",
66
+ "q_proj",
67
+ "v_proj"
68
+ ],
69
+ "task_type": "CAUSAL_LM"
70
+ }