ta264 commited on
Commit
e719a46
1 Parent(s): 2cfde0b
Files changed (2) hide show
  1. config.json +46 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-finetuned-radarr",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-TIT",
14
+ "2": "I-TIT",
15
+ "3": "B-YEAR",
16
+ "4": "I-YEAR",
17
+ "5": "B-LANG",
18
+ "6": "I-LANG",
19
+ "7": "B-GROUP",
20
+ "8": "I-GROUP"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "label2id": {
24
+ "B-GROUP": "7",
25
+ "B-LANG": "5",
26
+ "B-TIT": "1",
27
+ "B-YEAR": "3",
28
+ "I-GROUP": "8",
29
+ "I-LANG": "6",
30
+ "I-TIT": "2",
31
+ "I-YEAR": "4",
32
+ "O": "0"
33
+ },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
38
+ "pad_token_id": 0,
39
+ "qa_dropout": 0.1,
40
+ "seq_classif_dropout": 0.2,
41
+ "sinusoidal_pos_embds": false,
42
+ "tie_weights_": true,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.20.1",
45
+ "vocab_size": 30522
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1b401af6fd78e12b9277695607249daacca2205ff337199b50e0c447683f88b
3
+ size 265511413