Pradheep1647 commited on
Commit
e94ee15
·
verified ·
1 Parent(s): d071f94

Add production model card artifact config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -6,8 +6,8 @@
6
  "dropout": 0.1,
7
  "max_src_len": 512,
8
  "max_tgt_len": 256,
9
- "src_vocab_size": 7201,
10
- "tgt_vocab_size": 7201,
11
  "kind": "causal_lm",
12
  "tie_embeddings": true,
13
  "max_seq_len": 768
@@ -83,4 +83,4 @@
83
  "commit_message": null
84
  }
85
  }
86
- }
 
6
  "dropout": 0.1,
7
  "max_src_len": 512,
8
  "max_tgt_len": 256,
9
+ "src_vocab_size": 32000,
10
+ "tgt_vocab_size": 32000,
11
  "kind": "causal_lm",
12
  "tie_embeddings": true,
13
  "max_seq_len": 768
 
83
  "commit_message": null
84
  }
85
  }
86
+ }