File size: 857 Bytes
6f670e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "config": {
    "activation_function": "tanh",
    "head_type": "tagging",
    "label2id": {
      "B-Actor": 0,
      "B-Award": 1,
      "B-Character_Name": 2,
      "B-Director": 3,
      "B-Genre": 4,
      "B-Opinion": 5,
      "B-Origin": 6,
      "B-Plot": 7,
      "B-Quote": 8,
      "B-Relationship": 9,
      "B-Soundtrack": 10,
      "B-Year": 11,
      "I-Actor": 12,
      "I-Award": 13,
      "I-Character_Name": 14,
      "I-Director": 15,
      "I-Genre": 16,
      "I-Opinion": 17,
      "I-Origin": 18,
      "I-Plot": 19,
      "I-Quote": 20,
      "I-Relationship": 21,
      "I-Soundtrack": 22,
      "I-Year": 23,
      "O": 24
    },
    "layers": 1,
    "num_labels": 25
  },
  "hidden_size": 768,
  "model_class": "BertModelWithHeads",
  "model_name": "bert-base-uncased",
  "model_type": "bert",
  "name": "mit_movie_trivia"
}