crazould commited on
Commit
ef9981c
1 Parent(s): ee0dd86
Files changed (2) hide show
  1. config.json +43 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/Shareddrives/Research Bois/Experiment/results/multimodal_model",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "neutral",
13
+ "1": "surprise",
14
+ "2": "fear",
15
+ "3": "sadness",
16
+ "4": "joy",
17
+ "5": "disgust",
18
+ "6": "anger"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "anger": 6,
23
+ "disgust": 5,
24
+ "fear": 2,
25
+ "joy": 4,
26
+ "neutral": 0,
27
+ "sadness": 3,
28
+ "surprise": 1
29
+ },
30
+ "max_position_embeddings": 512,
31
+ "model_type": "distilbert",
32
+ "n_heads": 12,
33
+ "n_layers": 6,
34
+ "pad_token_id": 0,
35
+ "problem_type": "single_label_classification",
36
+ "qa_dropout": 0.1,
37
+ "seq_classif_dropout": 0.2,
38
+ "sinusoidal_pos_embds": false,
39
+ "tie_weights_": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.9.2",
42
+ "vocab_size": 30522
43
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e8d36159556e0f773244e11df044143865c0e3b452c88748ba170a5fcc6744
3
+ size 267874033