UNCANNY69 commited on
Commit
ee1a7b6
·
1 Parent(s): cf340b7

Add model to files

Browse files
Files changed (2) hide show
  1. config.json +19 -23
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,28 +1,24 @@
1
  {
2
- "_name_or_path": "Gen",
3
  "architectures": [
4
- "CustomModel"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 3072,
14
- "layer_norm_eps": 1e-12,
15
- "max_position_embeddings": 512,
16
- "model_type": "bert",
17
- "num_attention_heads": 12,
18
- "num_hidden_layers": 12,
19
- "output_attentions": true,
20
- "output_hidden_states": true,
21
- "pad_token_id": 0,
22
- "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
- "transformers_version": "4.30.2",
25
- "type_vocab_size": 2,
26
- "use_cache": true,
27
- "vocab_size": 30522
28
  }
 
1
  {
 
2
  "architectures": [
3
+ "BertLSTMForSequenceClassification"
4
  ],
5
+ "dropout_rate": 0.1,
6
+ "embed_dim": 768,
7
+ "fc_hidden": 256,
8
+ "hidden_dim_lstm": 128,
9
+ "id2label": {
10
+ "0": "negative",
11
+ "1": "positive",
12
+ "2": "neutral"
13
+ },
14
+ "label2id": {
15
+ "negative": 0,
16
+ "neutral": 2,
17
+ "positive": 1
18
+ },
19
+ "model_type": "BertForSequenceClassification",
20
+ "num_classes": 3,
21
+ "num_layers": 12,
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.30.2"
 
 
 
24
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddd167438ee26b054002077597c79d1d4ebeb567010b74ec24f112c8040cb2c
3
- size 439840453
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee94d2b0bb4899bd63583d99308b3dca78d7ce1fb8ebf1fffbbea2b9d1db3789
3
+ size 439843065