177vasanth commited on
Commit
13d15f5
·
verified ·
1 Parent(s): 5e0b90e

Upload ElectraForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +42 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "embedding_size": 128,
11
+ "eos_token_id": null,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 256,
15
+ "id2label": {
16
+ "0": "DISSATISFACTION",
17
+ "1": "OTHERS"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 1024,
21
+ "is_decoder": false,
22
+ "label2id": {
23
+ "DISSATISFACTION": 0,
24
+ "OTHERS": 1
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "max_position_embeddings": 512,
28
+ "model_type": "electra",
29
+ "num_attention_heads": 4,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 2,
32
+ "problem_type": "single_label_classification",
33
+ "summary_activation": "gelu",
34
+ "summary_last_dropout": 0.1,
35
+ "summary_type": "first",
36
+ "summary_use_proj": true,
37
+ "tie_word_embeddings": true,
38
+ "transformers_version": "5.0.0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": false,
41
+ "vocab_size": 39628
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a83c97a964901417fc3b33c6730ad3adb8299b7551af9b15149c0185e9f744c
3
+ size 58883448