Shubhamai commited on
Commit
0bc555d
·
1 Parent(s): b4624d2

Upload model

Browse files
Files changed (2) hide show
  1. config.json +53 -0
  2. flax_model.msgpack +3 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "MBartModel"
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
+ "transformers_version": "4.27.0.dev0",
51
+ "use_cache": true,
52
+ "vocab_size": 250027
53
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c16088a215d096b37e274e0677cb2b1ee54b7028a36026d645d7a4d3c6e41c
3
+ size 1011714