MichaelOnly commited on
Commit
c47b16d
1 Parent(s): 039546c

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +64 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
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": "Attack",
13
+ "1": "Complete quest",
14
+ "2": "Deliver",
15
+ "3": "Drival",
16
+ "4": "Exchange",
17
+ "5": "Farewell",
18
+ "6": "Follow",
19
+ "7": "General",
20
+ "8": "Greeting",
21
+ "9": "Join",
22
+ "10": "Joke",
23
+ "11": "Knowledge",
24
+ "12": "Move",
25
+ "13": "Protect",
26
+ "14": "Recieve quest",
27
+ "15": "Message",
28
+ "16": "Threat"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "Attack": 0,
33
+ "Complete quest": 1,
34
+ "Deliver": 2,
35
+ "Drival": 3,
36
+ "Exchange": 4,
37
+ "Farewell": 5,
38
+ "Follow": 6,
39
+ "General": 7,
40
+ "Greeting": 8,
41
+ "Join": 9,
42
+ "Joke": 10,
43
+ "Knowledge": 11,
44
+ "Message": 15,
45
+ "Move": 12,
46
+ "Protect": 13,
47
+ "Recieve quest": 14,
48
+ "Threat": 16
49
+ },
50
+ "max_position_embeddings": 512,
51
+ "model_type": "distilbert",
52
+ "n_heads": 12,
53
+ "n_layers": 6,
54
+ "output_past": true,
55
+ "pad_token_id": 0,
56
+ "problem_type": "single_label_classification",
57
+ "qa_dropout": 0.1,
58
+ "seq_classif_dropout": 0.2,
59
+ "sinusoidal_pos_embds": false,
60
+ "tie_weights_": true,
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.29.1",
63
+ "vocab_size": 28996
64
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35df4e19736f6596cec3e4440b39dbda24314de4c1d242992dcc07d2a3b45b21
3
+ size 263213805