Token Classification
Transformers
Safetensors
distilbert
citation
science
ner
nicolauduran45 commited on
Commit
12beef3
·
verified ·
1 Parent(s): 44b0983

Upload DistilBertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +79 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-multilingual-cased",
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-AUTHORS",
14
+ "2": "B-DATE",
15
+ "3": "B-DOI",
16
+ "4": "B-EDITOR",
17
+ "5": "B-ISBN",
18
+ "6": "B-ISSN",
19
+ "7": "B-ISSUE",
20
+ "8": "B-JOURNAL",
21
+ "9": "B-LINK_ONLINE_AVAILABILITY",
22
+ "10": "B-PAGE",
23
+ "11": "B-TITLE",
24
+ "12": "B-VOLUME",
25
+ "13": "I-AUTHORS",
26
+ "14": "I-DATE",
27
+ "15": "I-DOI",
28
+ "16": "I-EDITOR",
29
+ "17": "I-ISBN",
30
+ "18": "I-ISSN",
31
+ "19": "I-ISSUE",
32
+ "20": "I-JOURNAL",
33
+ "21": "I-LINK_ONLINE_AVAILABILITY",
34
+ "22": "I-PAGE",
35
+ "23": "I-TITLE",
36
+ "24": "I-VOLUME"
37
+ },
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "B-AUTHORS": 1,
41
+ "B-DATE": 2,
42
+ "B-DOI": 3,
43
+ "B-EDITOR": 4,
44
+ "B-ISBN": 5,
45
+ "B-ISSN": 6,
46
+ "B-ISSUE": 7,
47
+ "B-JOURNAL": 8,
48
+ "B-LINK_ONLINE_AVAILABILITY": 9,
49
+ "B-PAGE": 10,
50
+ "B-TITLE": 11,
51
+ "B-VOLUME": 12,
52
+ "I-AUTHORS": 13,
53
+ "I-DATE": 14,
54
+ "I-DOI": 15,
55
+ "I-EDITOR": 16,
56
+ "I-ISBN": 17,
57
+ "I-ISSN": 18,
58
+ "I-ISSUE": 19,
59
+ "I-JOURNAL": 20,
60
+ "I-LINK_ONLINE_AVAILABILITY": 21,
61
+ "I-PAGE": 22,
62
+ "I-TITLE": 23,
63
+ "I-VOLUME": 24,
64
+ "O": 0
65
+ },
66
+ "max_position_embeddings": 512,
67
+ "model_type": "distilbert",
68
+ "n_heads": 12,
69
+ "n_layers": 6,
70
+ "output_past": true,
71
+ "pad_token_id": 0,
72
+ "qa_dropout": 0.1,
73
+ "seq_classif_dropout": 0.2,
74
+ "sinusoidal_pos_embds": false,
75
+ "tie_weights_": true,
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.41.1",
78
+ "vocab_size": 119547
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fc596a6b16dc2d9e66f0959c01c4d5bdcd56b90fe0f6e3cbf487951c439852b
3
+ size 539025580