sylvain471 commited on
Commit
aae3c2f
·
verified ·
1 Parent(s): a506738

Upload model

Browse files
adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "VisionEncoderDecoderModel",
5
+ "parent_library": "transformers.models.vision_encoder_decoder.modeling_vision_encoder_decoder"
6
+ },
7
+ "base_model_name_or_path": "sylvain471/troc-archives-fr-XVIII",
8
+ "bias": "none",
9
+ "eva_config": null,
10
+ "exclude_modules": null,
11
+ "fan_in_fan_out": false,
12
+ "inference_mode": true,
13
+ "init_lora_weights": true,
14
+ "layer_replication": null,
15
+ "layers_pattern": null,
16
+ "layers_to_transform": null,
17
+ "loftq_config": {},
18
+ "lora_alpha": 64,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.1,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 32,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "k_proj",
30
+ "value",
31
+ "out_proj",
32
+ "fc2",
33
+ "v_proj",
34
+ "q_proj",
35
+ "query",
36
+ "key",
37
+ ",dense",
38
+ "fc1"
39
+ ],
40
+ "task_type": null,
41
+ "use_dora": false,
42
+ "use_rslora": false
43
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:664a8e952c93c0200963d09d9d8b789c5a85b685390e075761fc0eba59271f47
3
+ size 47232432
generation_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "early_stopping": true,
5
  "eos_token_id": 2,
6
  "length_penalty": 2.0,
7
- "max_length": 32,
8
  "no_repeat_ngram_size": 3,
9
  "num_beams": 4,
10
  "pad_token_id": 1,
 
4
  "early_stopping": true,
5
  "eos_token_id": 2,
6
  "length_penalty": 2.0,
7
+ "max_length": 64,
8
  "no_repeat_ngram_size": 3,
9
  "num_beams": 4,
10
  "pad_token_id": 1,