Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +108 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Apr07_16-07-57_f1fe05b9ea23/1680883699.1197946/events.out.tfevents.1680883699.f1fe05b9ea23.158.1 +3 -0
- runs/Apr07_16-07-57_f1fe05b9ea23/events.out.tfevents.1680883699.f1fe05b9ea23.158.0 +3 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab-src.json +0 -0
- vocab-tgt.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "c5ae7939087b30f964295f98e5a53f0b81093a8f",
|
3 |
+
"_name_or_path": "facebook/wmt19-en-de",
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "relu",
|
6 |
+
"architectures": [
|
7 |
+
"FSMTForConditionalGeneration"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.1,
|
10 |
+
"bos_token_id": 0,
|
11 |
+
"d_model": 1024,
|
12 |
+
"decoder": {
|
13 |
+
"_name_or_path": "",
|
14 |
+
"add_cross_attention": false,
|
15 |
+
"architectures": null,
|
16 |
+
"bad_words_ids": null,
|
17 |
+
"begin_suppress_tokens": null,
|
18 |
+
"bos_token_id": 2,
|
19 |
+
"chunk_size_feed_forward": 0,
|
20 |
+
"cross_attention_hidden_size": null,
|
21 |
+
"decoder_start_token_id": null,
|
22 |
+
"diversity_penalty": 0.0,
|
23 |
+
"do_sample": false,
|
24 |
+
"early_stopping": false,
|
25 |
+
"encoder_no_repeat_ngram_size": 0,
|
26 |
+
"eos_token_id": null,
|
27 |
+
"exponential_decay_length_penalty": null,
|
28 |
+
"finetuning_task": null,
|
29 |
+
"forced_bos_token_id": null,
|
30 |
+
"forced_eos_token_id": null,
|
31 |
+
"id2label": {
|
32 |
+
"0": "LABEL_0",
|
33 |
+
"1": "LABEL_1"
|
34 |
+
},
|
35 |
+
"is_decoder": false,
|
36 |
+
"is_encoder_decoder": false,
|
37 |
+
"label2id": {
|
38 |
+
"LABEL_0": 0,
|
39 |
+
"LABEL_1": 1
|
40 |
+
},
|
41 |
+
"length_penalty": 1.0,
|
42 |
+
"max_length": 20,
|
43 |
+
"min_length": 0,
|
44 |
+
"model_type": "fsmt_decoder",
|
45 |
+
"no_repeat_ngram_size": 0,
|
46 |
+
"num_beam_groups": 1,
|
47 |
+
"num_beams": 1,
|
48 |
+
"num_return_sequences": 1,
|
49 |
+
"output_attentions": false,
|
50 |
+
"output_hidden_states": false,
|
51 |
+
"output_scores": false,
|
52 |
+
"pad_token_id": null,
|
53 |
+
"prefix": null,
|
54 |
+
"problem_type": null,
|
55 |
+
"pruned_heads": {},
|
56 |
+
"remove_invalid_values": false,
|
57 |
+
"repetition_penalty": 1.0,
|
58 |
+
"return_dict": true,
|
59 |
+
"return_dict_in_generate": false,
|
60 |
+
"sep_token_id": null,
|
61 |
+
"suppress_tokens": null,
|
62 |
+
"task_specific_params": null,
|
63 |
+
"temperature": 1.0,
|
64 |
+
"tf_legacy_loss": false,
|
65 |
+
"tie_encoder_decoder": false,
|
66 |
+
"tie_word_embeddings": true,
|
67 |
+
"tokenizer_class": null,
|
68 |
+
"top_k": 50,
|
69 |
+
"top_p": 1.0,
|
70 |
+
"torch_dtype": null,
|
71 |
+
"torchscript": false,
|
72 |
+
"transformers_version": "4.27.4",
|
73 |
+
"typical_p": 1.0,
|
74 |
+
"use_bfloat16": false,
|
75 |
+
"vocab_size": 42024
|
76 |
+
},
|
77 |
+
"decoder_attention_heads": 16,
|
78 |
+
"decoder_ffn_dim": 4096,
|
79 |
+
"decoder_layerdrop": 0,
|
80 |
+
"decoder_layers": 6,
|
81 |
+
"decoder_start_token_id": 2,
|
82 |
+
"dropout": 0.2,
|
83 |
+
"encoder_attention_heads": 16,
|
84 |
+
"encoder_ffn_dim": 8192,
|
85 |
+
"encoder_layerdrop": 0,
|
86 |
+
"encoder_layers": 6,
|
87 |
+
"eos_token_id": 2,
|
88 |
+
"forced_eos_token_id": 2,
|
89 |
+
"init_std": 0.02,
|
90 |
+
"is_encoder_decoder": true,
|
91 |
+
"langs": [
|
92 |
+
"en",
|
93 |
+
"de"
|
94 |
+
],
|
95 |
+
"max_length": 200,
|
96 |
+
"max_position_embeddings": 1024,
|
97 |
+
"model_type": "fsmt",
|
98 |
+
"num_beams": 5,
|
99 |
+
"num_hidden_layers": 6,
|
100 |
+
"pad_token_id": 1,
|
101 |
+
"scale_embedding": true,
|
102 |
+
"src_vocab_size": 42024,
|
103 |
+
"tgt_vocab_size": 42024,
|
104 |
+
"tie_word_embeddings": true,
|
105 |
+
"torch_dtype": "float32",
|
106 |
+
"transformers_version": null,
|
107 |
+
"use_cache": true
|
108 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59f33ea3fc3675218d74343a3750d54938e9377e5c3f71aac5b47ba07f313239
|
3 |
+
size 1251201349
|
runs/Apr07_16-07-57_f1fe05b9ea23/1680883699.1197946/events.out.tfevents.1680883699.f1fe05b9ea23.158.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5ada166a807737feb91d1b4c5b07796887afacbbb02e8f0836920c557763170
|
3 |
+
size 6095
|
runs/Apr07_16-07-57_f1fe05b9ea23/events.out.tfevents.1680883699.f1fe05b9ea23.158.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d00f97ae934ffb44092e24bdfa20d0f73fe9068f151d4f323d594b7c6fd9a0a
|
3 |
+
size 6404
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"sep_token": "</s>",
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"do_lower_case": false,
|
4 |
+
"langs": [
|
5 |
+
"en",
|
6 |
+
"de"
|
7 |
+
],
|
8 |
+
"model_max_length": 1024,
|
9 |
+
"pad_token": "<pad>",
|
10 |
+
"sep_token": "</s>",
|
11 |
+
"special_tokens_map_file": null,
|
12 |
+
"src_lang": "en_XX",
|
13 |
+
"tokenizer_class": "FSMTTokenizer",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa24427671420b5474ff47a32bfaae68eeecc01d2dab08bfb043618a503825a
|
3 |
+
size 3707
|
vocab-src.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab-tgt.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|