aristotletan commited on
Commit
fb85223
1 Parent(s): b0d64f8

Initial commit

Browse files
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "test-scim/checkpoint-644",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Conditions Precedent",
13
+ "1": "Conflict of Interest",
14
+ "2": "Positive Covenant",
15
+ "3": "Negative Covenant",
16
+ "4": "Events of Default",
17
+ "5": "Information Covenant",
18
+ "6": "Designated Accounts",
19
+ "7": "Utilisation of Proceeds",
20
+ "8": "Financial Covenant",
21
+ "9": "Conditions Subsequent",
22
+ "10": "Rating"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "label2id": {},
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
+ "transformers_version": "4.5.1",
36
+ "vocab_size": 30522
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1cc2d5e62fbc4c2707475c2d044bf2826dc372c3467c80cc72a992fbdc4825
3
+ size 267890839
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ac0a4bb6a7ea4e3a710eaee3d6cc8fedc3579d0b8b974fe72acfbc561f823e
3
+ size 2351
vocab.txt ADDED
The diff for this file is too large to render. See raw diff