itsbilal90 commited on
Commit
2681af4
·
verified ·
1 Parent(s): 6ac6191

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +38 -38
config.json CHANGED
@@ -1,38 +1,38 @@
1
- {
2
- "_name_or_path": "/content/drive/MyDrive/finer/distilbert-base-uncased-ner-finer/",
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": "I-DebtInstrumentInterestRateStatedPercentage",
14
- "2": "I-LineOfCreditFacilityMaximumBorrowingCapacity",
15
- "3": "I-DebtInstrumentBasisSpreadOnVariableRate1",
16
- "4": "I-DebtInstrumentFaceAmount"
17
- },
18
- "initializer_range": 0.02,
19
- "label2id": {
20
- "I-DebtInstrumentBasisSpreadOnVariableRate1": 3,
21
- "I-DebtInstrumentFaceAmount": 4,
22
- "I-DebtInstrumentInterestRateStatedPercentage": 1,
23
- "I-LineOfCreditFacilityMaximumBorrowingCapacity": 2,
24
- "O": 0
25
- },
26
- "max_position_embeddings": 512,
27
- "model_type": "distilbert",
28
- "n_heads": 12,
29
- "n_layers": 6,
30
- "pad_token_id": 0,
31
- "qa_dropout": 0.1,
32
- "seq_classif_dropout": 0.2,
33
- "sinusoidal_pos_embds": false,
34
- "tie_weights_": true,
35
- "torch_dtype": "float32",
36
- "transformers_version": "4.47.1",
37
- "vocab_size": 30522
38
- }
 
1
+ {
2
+ "_name_or_path": "itsbilal90/distilbert-base-uncased-ner-finer",
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": "I-DebtInstrumentInterestRateStatedPercentage",
14
+ "2": "I-LineOfCreditFacilityMaximumBorrowingCapacity",
15
+ "3": "I-DebtInstrumentBasisSpreadOnVariableRate1",
16
+ "4": "I-DebtInstrumentFaceAmount"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "I-DebtInstrumentBasisSpreadOnVariableRate1": 3,
21
+ "I-DebtInstrumentFaceAmount": 4,
22
+ "I-DebtInstrumentInterestRateStatedPercentage": 1,
23
+ "I-LineOfCreditFacilityMaximumBorrowingCapacity": 2,
24
+ "O": 0
25
+ },
26
+ "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
+ "pad_token_id": 0,
31
+ "qa_dropout": 0.1,
32
+ "seq_classif_dropout": 0.2,
33
+ "sinusoidal_pos_embds": false,
34
+ "tie_weights_": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.48.1",
37
+ "vocab_size": 30522
38
+ }