tjasad commited on
Commit
1ff6729
1 Parent(s): 5c79887

Training in progress, step 500

Browse files
adapter_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "Helsinki-NLP/opus-mt-sla-en",
4
+ "inference_mode": true,
5
+ "num_attention_heads": 12,
6
+ "num_layers": 6,
7
+ "num_transformer_submodules": 2,
8
+ "num_virtual_tokens": 12,
9
+ "peft_type": "PROMPT_TUNING",
10
+ "prompt_tuning_init": "RANDOM",
11
+ "prompt_tuning_init_text": null,
12
+ "revision": null,
13
+ "task_type": "SEQ_2_SEQ_LM",
14
+ "token_dim": 512,
15
+ "tokenizer_kwargs": null,
16
+ "tokenizer_name_or_path": "Helsinki-NLP/opus-mt-sla-en"
17
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8286cfcdafb4f61330041ad094184f3224245556ca282911533071c632dd99ed
3
+ size 49272
runs/May20_06-40-23_804ee69d681c/events.out.tfevents.1716187232.804ee69d681c.545.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5665cabca81bd9298227416343cf3b55907785eb7fd4288497a661a011020b
3
+ size 5657
runs/May20_06-44-20_804ee69d681c/events.out.tfevents.1716187469.804ee69d681c.545.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f18499fd7e456e306e6358ac8e037e2aed990abe5b3b1768f2bd23385329519
3
+ size 5868
source.spm ADDED
Binary file (860 kB). View file
 
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "</s>",
3
+ "pad_token": "<pad>",
4
+ "unk_token": "<unk>"
5
+ }
target.spm ADDED
Binary file (791 kB). View file
 
tokenizer_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "</s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": 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
+ "58815": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": 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": "sla",
34
+ "sp_model_kwargs": {},
35
+ "target_lang": "eng",
36
+ "tokenizer_class": "MarianTokenizer",
37
+ "unk_token": "<unk>"
38
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea7e56556e1be85400873b102f86ebebb32834037daf2f571baefa12589f51a3
3
+ size 5176
vocab.json ADDED
The diff for this file is too large to render. See raw diff