jinmang2 commited on
Commit
d8ff335
·
1 Parent(s): 14ea294
Files changed (2) hide show
  1. config.json +104 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jinmang2/dooly-hub/wsd",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "FSMTForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 0,
10
+ "d_model": 1024,
11
+ "decoder": {
12
+ "_name_or_path": "",
13
+ "add_cross_attention": false,
14
+ "architectures": null,
15
+ "bad_words_ids": null,
16
+ "bos_token_id": 2,
17
+ "chunk_size_feed_forward": 0,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "eos_token_id": null,
25
+ "finetuning_task": null,
26
+ "forced_bos_token_id": null,
27
+ "forced_eos_token_id": null,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1"
31
+ },
32
+ "is_decoder": false,
33
+ "is_encoder_decoder": false,
34
+ "label2id": {
35
+ "LABEL_0": 0,
36
+ "LABEL_1": 1
37
+ },
38
+ "length_penalty": 1.0,
39
+ "max_length": 20,
40
+ "min_length": 0,
41
+ "model_type": "fsmt_decoder",
42
+ "no_repeat_ngram_size": 0,
43
+ "num_beam_groups": 1,
44
+ "num_beams": 1,
45
+ "num_return_sequences": 1,
46
+ "output_attentions": false,
47
+ "output_hidden_states": false,
48
+ "output_scores": false,
49
+ "pad_token_id": null,
50
+ "prefix": null,
51
+ "problem_type": null,
52
+ "pruned_heads": {},
53
+ "remove_invalid_values": false,
54
+ "repetition_penalty": 1.0,
55
+ "return_dict": true,
56
+ "return_dict_in_generate": false,
57
+ "sep_token_id": null,
58
+ "task_specific_params": null,
59
+ "temperature": 1.0,
60
+ "tie_encoder_decoder": false,
61
+ "tie_word_embeddings": true,
62
+ "tokenizer_class": null,
63
+ "top_k": 50,
64
+ "top_p": 1.0,
65
+ "torch_dtype": null,
66
+ "torchscript": false,
67
+ "transformers_version": "4.16.2",
68
+ "use_bfloat16": false,
69
+ "vocab_size": 2680
70
+ },
71
+ "decoder_attention_heads": 16,
72
+ "decoder_ffn_dim": 4096,
73
+ "decoder_layerdrop": 0,
74
+ "decoder_layers": 6,
75
+ "decoder_normalize_before": true,
76
+ "decoder_start_token_id": 2,
77
+ "dropout": 0.3,
78
+ "encoder_attention_heads": 16,
79
+ "encoder_ffn_dim": 4096,
80
+ "encoder_layerdrop": 0,
81
+ "encoder_layers": 6,
82
+ "encoder_normalize_before": true,
83
+ "eos_token_id": 2,
84
+ "forced_eos_token_id": 2,
85
+ "init_std": 0.02,
86
+ "is_encoder_decoder": true,
87
+ "langs": [
88
+ "transformer.large.ko.wsd",
89
+ "transformer.large.ko.wsd"
90
+ ],
91
+ "max_length": 200,
92
+ "max_position_embeddings": 1024,
93
+ "model_type": "fsmt",
94
+ "num_beams": 5,
95
+ "num_hidden_layers": 6,
96
+ "pad_token_id": 1,
97
+ "scale_embedding": true,
98
+ "src_vocab_size": 2680,
99
+ "tgt_vocab_size": 2680,
100
+ "tie_word_embeddings": true,
101
+ "torch_dtype": "float32",
102
+ "transformers_version": null,
103
+ "use_cache": true
104
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216bbc153f9db819cf588c34a9ac1883995a199e8e93aca8c468174038a8f1a5
3
+ size 727492349