gouravsinha commited on
Commit
0ae4186
1 Parent(s): 35491b9

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,32 +1,24 @@
1
  {
2
- "alpha_pattern": {},
3
  "auto_mapping": {
4
- "base_model_class": "MistralForCausalLM",
5
- "parent_library": "transformers.models.mistral.modeling_mistral"
6
  },
7
- "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
12
- "layer_replication": null,
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
- "loftq_config": {},
16
  "lora_alpha": 32,
17
  "lora_dropout": 0.05,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
  "r": 64,
23
- "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
  "q_proj",
27
  "v_proj"
28
  ],
29
- "task_type": null,
30
- "use_dora": false,
31
- "use_rslora": false
32
  }
 
1
  {
 
2
  "auto_mapping": {
3
+ "base_model_class": "MarianMTModel",
4
+ "parent_library": "transformers.models.marian.modeling_marian"
5
  },
6
+ "base_model_name_or_path": "Helsinki-NLP/opus-mt-de-en",
7
  "bias": "none",
8
  "fan_in_fan_out": false,
9
  "inference_mode": true,
10
  "init_lora_weights": true,
 
11
  "layers_pattern": null,
12
  "layers_to_transform": null,
 
13
  "lora_alpha": 32,
14
  "lora_dropout": 0.05,
 
 
15
  "modules_to_save": null,
16
  "peft_type": "LORA",
17
  "r": 64,
 
18
  "revision": null,
19
  "target_modules": [
20
  "q_proj",
21
  "v_proj"
22
  ],
23
+ "task_type": null
 
 
24
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7189708c7e729ed8056bc769b02116a2616e96fdb75d18571a6e8b6738dc7c1d
3
- size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936e3cdccabfa9461dafce7d916d5605e4fdf89d2d48223039874589dcaae7a7
3
+ size 9447288
source.spm ADDED
Binary file (797 kB). View file
 
special_tokens_map.json CHANGED
@@ -1,24 +1,5 @@
1
  {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": "</s>",
17
- "unk_token": {
18
- "content": "<unk>",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- }
24
  }
 
1
  {
2
+ "eos_token": "</s>",
3
+ "pad_token": "<pad>",
4
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  }
target.spm ADDED
Binary file (768 kB). View file
 
tokenizer_config.json CHANGED
@@ -1,9 +1,7 @@
1
  {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
- "content": "<unk>",
7
  "lstrip": false,
8
  "normalized": false,
9
  "rstrip": false,
@@ -11,15 +9,15 @@
11
  "special": true
12
  },
13
  "1": {
14
- "content": "<s>",
15
  "lstrip": false,
16
  "normalized": false,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
  },
21
- "2": {
22
- "content": "</s>",
23
  "lstrip": false,
24
  "normalized": false,
25
  "rstrip": false,
@@ -27,16 +25,14 @@
27
  "special": true
28
  }
29
  },
30
- "additional_special_tokens": [],
31
- "bos_token": "<s>",
32
- "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
- "legacy": true,
35
- "model_max_length": 1000000000000000019884624838656,
36
- "pad_token": "</s>",
 
37
  "sp_model_kwargs": {},
38
- "spaces_between_special_tokens": false,
39
- "tokenizer_class": "LlamaTokenizer",
40
- "unk_token": "<unk>",
41
- "use_default_system_prompt": false
42
  }
 
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "</s>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "58100": {
20
+ "content": "<pad>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
 
25
  "special": true
26
  }
27
  },
28
+ "clean_up_tokenization_spaces": true,
 
 
29
  "eos_token": "</s>",
30
+ "model_max_length": 512,
31
+ "pad_token": "<pad>",
32
+ "separate_vocabs": false,
33
+ "source_lang": "de",
34
  "sp_model_kwargs": {},
35
+ "target_lang": "en",
36
+ "tokenizer_class": "MarianTokenizer",
37
+ "unk_token": "<unk>"
 
38
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a712b5bef0955a52b4f98e5e92e74d7e37465da135ff4a6e01695d5297c2dd0
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f8a6599acc397e1d8c883a81e569b4a14c9654f5683265f0fdc88fb56bb53ca
3
+ size 4920
vocab.json ADDED
The diff for this file is too large to render. See raw diff