moorecal commited on
Commit
f0a2bea
·
1 Parent(s): 18206a7

upload distilbert_model_100

Browse files
Files changed (3) hide show
  1. config.json +45 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "AGE",
14
+ "2": "CONTACT",
15
+ "3": "DATE",
16
+ "4": "ID",
17
+ "5": "LOCATION",
18
+ "6": "NAME",
19
+ "7": "PROFESSION"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "AGE": 1,
24
+ "CONTACT": 2,
25
+ "DATE": 3,
26
+ "ID": 4,
27
+ "LOCATION": 5,
28
+ "NAME": 6,
29
+ "O": 0,
30
+ "PROFESSION": 7
31
+ },
32
+ "max_position_embeddings": 512,
33
+ "model_type": "distilbert",
34
+ "n_heads": 12,
35
+ "n_layers": 6,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "qa_dropout": 0.1,
39
+ "seq_classif_dropout": 0.2,
40
+ "sinusoidal_pos_embds": false,
41
+ "tie_weights_": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.21.2",
44
+ "vocab_size": 28996
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f0b927c31f27672e6709f64add0cd33818021f3a2162dfa84af181528d788e
3
+ size 260823858
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed2bd59fe0d0ec5fc11a6f898224d39d7c74fa23fd9791a6a188c65cd74fbae
3
+ size 3247