abandekar-dev commited on
Commit
23c1cbe
·
verified ·
1 Parent(s): e4d925f

Upload model weights and config

Browse files
Files changed (2) hide show
  1. config.json +50 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "CLASSIFY",
15
+ "1": "CONVERSE",
16
+ "2": "DETECT",
17
+ "3": "EXTRACT",
18
+ "4": "GENERATE",
19
+ "5": "INPUT",
20
+ "6": "MATCH",
21
+ "7": "ORCHESTRATE",
22
+ "8": "PREDICT"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ "CLASSIFY": 0,
27
+ "CONVERSE": 1,
28
+ "DETECT": 2,
29
+ "EXTRACT": 3,
30
+ "GENERATE": 4,
31
+ "INPUT": 5,
32
+ "MATCH": 6,
33
+ "ORCHESTRATE": 7,
34
+ "PREDICT": 8
35
+ },
36
+ "max_position_embeddings": 512,
37
+ "model_type": "distilbert",
38
+ "n_heads": 12,
39
+ "n_layers": 6,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
+ "tie_word_embeddings": true,
47
+ "transformers_version": "5.12.0",
48
+ "use_cache": false,
49
+ "vocab_size": 30522
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f758d124093ff44fb6a013148caef9b0d94f41062bb6ff0137040c3432e332
3
+ size 267854100