dipesh commited on
Commit
d47ff4d
1 Parent(s): b796353

Upload config

Browse files
Files changed (1) hide show
  1. config.json +71 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "joaobarroca/distilbert-base-uncased-finetuned-massive-intent-detection-english",
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": "goodbye",
13
+ "1": "volume control",
14
+ "2": "play games",
15
+ "3": "covid cases",
16
+ "4": "open website",
17
+ "5": "tell me joke",
18
+ "6": "play on youtube",
19
+ "7": "places near me",
20
+ "8": "greet and hello hi kind of things, general check in",
21
+ "9": "asking time",
22
+ "10": "asking date",
23
+ "11": "tell me news",
24
+ "12": "asking weather",
25
+ "13": "download youtube video",
26
+ "14": "what can you do",
27
+ "15": "take screenshot",
28
+ "16": "send email",
29
+ "17": "i am bored",
30
+ "18": "click photo",
31
+ "19": "tell me about",
32
+ "20": "send whatsapp message"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "label2id": {
36
+ "asking date": 10,
37
+ "asking time": 9,
38
+ "asking weather": 12,
39
+ "click photo": 18,
40
+ "covid cases": 3,
41
+ "download youtube video": 13,
42
+ "goodbye": 0,
43
+ "greet and hello hi kind of things, general check in": 8,
44
+ "i am bored": 17,
45
+ "open website": 4,
46
+ "places near me": 7,
47
+ "play games": 2,
48
+ "play on youtube": 6,
49
+ "send email": 16,
50
+ "send whatsapp message": 20,
51
+ "take screenshot": 15,
52
+ "tell me about": 19,
53
+ "tell me joke": 5,
54
+ "tell me news": 11,
55
+ "volume control": 1,
56
+ "what can you do": 14
57
+ },
58
+ "max_position_embeddings": 512,
59
+ "model_type": "distilbert",
60
+ "n_heads": 12,
61
+ "n_layers": 6,
62
+ "pad_token_id": 0,
63
+ "problem_type": "single_label_classification",
64
+ "qa_dropout": 0.1,
65
+ "seq_classif_dropout": 0.2,
66
+ "sinusoidal_pos_embds": false,
67
+ "tie_weights_": true,
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.26.0",
70
+ "vocab_size": 30522
71
+ }