File size: 1,848 Bytes
725ddb9
 
 
 
 
 
 
 
 
 
 
4704483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725ddb9
 
4704483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725ddb9
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
  "0": "Board meeting",
  "1": "Consulting Agreement",
  "2": "Customer List",
  "3": "Distribution/Partner Agreement",
  "4": "Enterprise License Agreement",
  "5": "Executive Severance Agreement",
  "6": "Financial Report",
  "7": "HARMFUL_ADVICE",
  "8": "Internal Use Only",
  "9": "Loan and security Agreement",
  "10": "MEDICAL_ADVICE",
  "11": "Merger Agreement",
  "12": "NDA",
  "13": "NORMAL_TEXT",
  "14": "Patent Application Fillings",
  "15": "Price list",
  "16": "Secret Sauce",
  "17": "Security Breach",
  "18": "Settlement Agreement",
  "19": "Sexual Harrassment",
  "20": "employee agreement",
  "21": "enterprise agreement"
},
  "initializer_range": 0.02,
  "label2id": {
  "Board meeting": 0,
  "Consulting Agreement": 1,
  "Customer List": 2,
  "Distribution/Partner Agreement": 3,
  "Enterprise License Agreement": 4,
  "Executive Severance Agreement": 5,
  "Financial Report": 6,
  "HARMFUL_ADVICE": 7,
  "Internal Use Only": 8,
  "Loan and security Agreement": 9,
  "MEDICAL_ADVICE": 10,
  "Merger Agreement": 11,
  "NDA": 12,
  "NORMAL_TEXT": 13,
  "Patent Application Fillings": 14,
  "Price list": 15,
  "Secret Sauce": 16,
  "Security Breach": 17,
  "Settlement Agreement": 18,
  "Sexual Harrassment": 19,
  "employee agreement": 20,
  "enterprise agreement": 21
},
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.36.2",
  "vocab_size": 30522
}