gabriellabollici
commited on
Commit
•
932a14d
1
Parent(s):
1f54d75
Training complete
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- tiny-mbart-quechua/config.json +54 -0
- tiny-mbart-quechua/generation_config.json +9 -0
- tiny-mbart-quechua/pytorch_model.bin +3 -0
- tiny-mbart-quechua/sentencepiece.bpe.model +3 -0
- tiny-mbart-quechua/special_tokens_map.json +36 -0
- tiny-mbart-quechua/tokenizer.json +3 -0
- tiny-mbart-quechua/tokenizer_config.json +24 -0
- tiny-mbart-quechua/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
tiny-mbart-quechua/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
tiny-mbart-quechua/config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sshleifer/tiny-mbart",
|
3 |
+
"_num_labels": 3,
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "gelu",
|
6 |
+
"add_bias_logits": false,
|
7 |
+
"add_final_layer_norm": true,
|
8 |
+
"architectures": [
|
9 |
+
"MBartForConditionalGeneration"
|
10 |
+
],
|
11 |
+
"attention_dropout": 0.0,
|
12 |
+
"bos_token_id": 0,
|
13 |
+
"classif_dropout": 0.0,
|
14 |
+
"classifier_dropout": 0.0,
|
15 |
+
"d_model": 2,
|
16 |
+
"decoder_attention_heads": 1,
|
17 |
+
"decoder_ffn_dim": 4,
|
18 |
+
"decoder_layerdrop": 0.0,
|
19 |
+
"decoder_layers": 2,
|
20 |
+
"dropout": 0.1,
|
21 |
+
"encoder_attention_heads": 1,
|
22 |
+
"encoder_ffn_dim": 4,
|
23 |
+
"encoder_layerdrop": 0.0,
|
24 |
+
"encoder_layers": 2,
|
25 |
+
"eos_token_id": 2,
|
26 |
+
"extra_pos_embeddings": 2,
|
27 |
+
"forced_eos_token_id": 2,
|
28 |
+
"id2label": {
|
29 |
+
"0": "LABEL_0",
|
30 |
+
"1": "LABEL_1",
|
31 |
+
"2": "LABEL_2"
|
32 |
+
},
|
33 |
+
"init_std": 0.02,
|
34 |
+
"is_encoder_decoder": true,
|
35 |
+
"label2id": {
|
36 |
+
"LABEL_0": 0,
|
37 |
+
"LABEL_1": 1,
|
38 |
+
"LABEL_2": 2
|
39 |
+
},
|
40 |
+
"max_position_embeddings": 1024,
|
41 |
+
"model_type": "mbart",
|
42 |
+
"normalize_before": true,
|
43 |
+
"normalize_embedding": true,
|
44 |
+
"num_beams": 2,
|
45 |
+
"num_hidden_layers": 12,
|
46 |
+
"output_past": true,
|
47 |
+
"pad_token_id": 1,
|
48 |
+
"scale_embedding": true,
|
49 |
+
"static_position_embeddings": false,
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.26.1",
|
52 |
+
"use_cache": true,
|
53 |
+
"vocab_size": 250027
|
54 |
+
}
|
tiny-mbart-quechua/generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"forced_eos_token_id": 2,
|
6 |
+
"num_beams": 2,
|
7 |
+
"pad_token_id": 1,
|
8 |
+
"transformers_version": "4.26.1"
|
9 |
+
}
|
tiny-mbart-quechua/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4749365514f9dd2d4eebcba51192ef81e9659f348fb321ab38ccfd74b35f1e34
|
3 |
+
size 3047441
|
tiny-mbart-quechua/sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
tiny-mbart-quechua/special_tokens_map.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"ar_AR",
|
4 |
+
"cs_CZ",
|
5 |
+
"de_DE",
|
6 |
+
"en_XX",
|
7 |
+
"es_XX",
|
8 |
+
"et_EE",
|
9 |
+
"fi_FI",
|
10 |
+
"fr_XX",
|
11 |
+
"gu_IN",
|
12 |
+
"hi_IN",
|
13 |
+
"it_IT",
|
14 |
+
"ja_XX",
|
15 |
+
"kk_KZ",
|
16 |
+
"ko_KR",
|
17 |
+
"lt_LT",
|
18 |
+
"lv_LV",
|
19 |
+
"my_MM",
|
20 |
+
"ne_NP",
|
21 |
+
"nl_XX",
|
22 |
+
"ro_RO",
|
23 |
+
"ru_RU",
|
24 |
+
"si_LK",
|
25 |
+
"tr_TR",
|
26 |
+
"vi_VN",
|
27 |
+
"zh_CN"
|
28 |
+
],
|
29 |
+
"bos_token": "<s>",
|
30 |
+
"cls_token": "<s>",
|
31 |
+
"eos_token": "</s>",
|
32 |
+
"mask_token": "<mask>",
|
33 |
+
"pad_token": "<pad>",
|
34 |
+
"sep_token": "</s>",
|
35 |
+
"unk_token": "<unk>"
|
36 |
+
}
|
tiny-mbart-quechua/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0757cbff7e8b84bb7a7b9b82b5723fa8338dc8c62b0d9356bc811efa4f0e304
|
3 |
+
size 17103693
|
tiny-mbart-quechua/tokenizer_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": null,
|
3 |
+
"bos_token": "<s>",
|
4 |
+
"cls_token": "<s>",
|
5 |
+
"eos_token": "</s>",
|
6 |
+
"mask_token": {
|
7 |
+
"__type": "AddedToken",
|
8 |
+
"content": "<mask>",
|
9 |
+
"lstrip": true,
|
10 |
+
"normalized": true,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"model_max_length": 1024,
|
15 |
+
"name_or_path": "sshleifer/tiny-mbart",
|
16 |
+
"pad_token": "<pad>",
|
17 |
+
"sep_token": "</s>",
|
18 |
+
"sp_model_kwargs": {},
|
19 |
+
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--sshleifer--tiny-mbart/snapshots/9d6b9b3b2774b464bb6b14eda4efe30f82846136/special_tokens_map.json",
|
20 |
+
"src_lang": null,
|
21 |
+
"tgt_lang": null,
|
22 |
+
"tokenizer_class": "MBartTokenizer",
|
23 |
+
"unk_token": "<unk>"
|
24 |
+
}
|
tiny-mbart-quechua/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a400d48e3b0a2778c41c6da3fef801e1bfcc63fada6eceb61ca2bfec6c20bcb
|
3 |
+
size 3579
|