perfectmind commited on
Commit
5071d4b
·
verified ·
1 Parent(s): 4aba372

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -5
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "_name_or_path": "sentiment_analysis.h5",
3
  "activation": "sigmoid",
4
  "architectures": [
5
- "Bidirectional_LSTM_with_Embedding_Layer"
6
  ],
7
  "dim": 128,
8
  "id2label": {
@@ -19,9 +19,11 @@
19
  "hidden_dim": 64,
20
  "initializer_range": 0.02,
21
  "max_position_embeddings": 537000,
22
- "model_type": "LSTM_based_Sentiment_Analysis_Model",
23
  "n_heads": 8,
24
  "n_layers": 2,
 
 
25
  "tie_weights_": true,
26
- "vocab_size": 537000
27
- }
 
1
  {
2
+ "_name_or_path": "Deep_Learning_Twitter_Sentiment_Analysis_Model",
3
  "activation": "sigmoid",
4
  "architectures": [
5
+ "Bidirectional_LSTM_with_Embedding"
6
  ],
7
  "dim": 128,
8
  "id2label": {
 
19
  "hidden_dim": 64,
20
  "initializer_range": 0.02,
21
  "max_position_embeddings": 537000,
22
+ "model_type": "LSTM",
23
  "n_heads": 8,
24
  "n_layers": 2,
25
+ "pad_token_id": 0,
26
+ "qa_dropout": 0.1,
27
  "tie_weights_": true,
28
+ "vocab_size": 512711
29
+ }