jaeheyong1 commited on
Commit
ff9b323
1 Parent(s): 811e7ab

upload generalized-sentiment-classifier

Browse files
Files changed (4) hide show
  1. config.json +32 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +4 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ElectraForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "embedding_size": 768,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "0",
12
+ "1": "1"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "label2id": {
17
+ "0": 0,
18
+ "1": 1
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "electra",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
26
+ "summary_activation": "gelu",
27
+ "summary_last_dropout": 0.1,
28
+ "summary_type": "first",
29
+ "summary_use_proj": true,
30
+ "type_vocab_size": 2,
31
+ "vocab_size": 35000
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a6b0d35a79d6157b3b8441846ea7de28b9af8c46ce5bc5bef5034c2cd04910
3
+ size 451782089
tokenizer_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "max_model_length": 512
4
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff