BroLaurens commited on
Commit
9e7248c
1 Parent(s): fa7e6e0

Upload DistilBertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +46 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-uncased",
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-DebtInstrumentBasisSpreadOnVariableRate1",
14
+ "2": "B-DebtInstrumentFaceAmount",
15
+ "3": "I-DebtInstrumentFaceAmount",
16
+ "4": "I-LineOfCreditFacilityMaximumBorrowingCapacity",
17
+ "5": "B-DebtInstrumentInterestRateStatedPercentage",
18
+ "6": "I-DebtInstrumentBasisSpreadOnVariableRate1",
19
+ "7": "I-DebtInstrumentInterestRateStatedPercentage",
20
+ "8": "B-LineOfCreditFacilityMaximumBorrowingCapacity"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "label2id": {
24
+ "B-DebtInstrumentBasisSpreadOnVariableRate1": 1,
25
+ "B-DebtInstrumentFaceAmount": 2,
26
+ "B-DebtInstrumentInterestRateStatedPercentage": 5,
27
+ "B-LineOfCreditFacilityMaximumBorrowingCapacity": 8,
28
+ "I-DebtInstrumentBasisSpreadOnVariableRate1": 6,
29
+ "I-DebtInstrumentFaceAmount": 3,
30
+ "I-DebtInstrumentInterestRateStatedPercentage": 7,
31
+ "I-LineOfCreditFacilityMaximumBorrowingCapacity": 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.36.2",
45
+ "vocab_size": 30522
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15342c710b885337e5d8f9c0876c38715457807bbea47ae1fee3981e4baed06
3
+ size 265491548