orlco commited on
Commit
d0774e7
·
verified ·
1 Parent(s): ce5b108

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +57 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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
+ "id2label": {
13
+ "0": "anger",
14
+ "1": "boredom",
15
+ "2": "empty",
16
+ "3": "enthusiasm",
17
+ "4": "fun",
18
+ "5": "happiness",
19
+ "6": "hate",
20
+ "7": "love",
21
+ "8": "neutral",
22
+ "9": "relief",
23
+ "10": "sadness",
24
+ "11": "surprise",
25
+ "12": "worry"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "anger": 0,
31
+ "boredom": 1,
32
+ "empty": 2,
33
+ "enthusiasm": 3,
34
+ "fun": 4,
35
+ "happiness": 5,
36
+ "hate": 6,
37
+ "love": 7,
38
+ "neutral": 8,
39
+ "relief": 9,
40
+ "sadness": 10,
41
+ "surprise": 11,
42
+ "worry": 12
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 512,
46
+ "model_type": "bert",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "pad_token_id": 0,
50
+ "position_embedding_type": "absolute",
51
+ "problem_type": "single_label_classification",
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.41.2",
54
+ "type_vocab_size": 2,
55
+ "use_cache": true,
56
+ "vocab_size": 28996
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b85426f5e9ac742104b1474c561ec1619329a6b5d8af52898a19db9f38e5e26
3
+ size 433304604