Neurona commited on
Commit
e639ebe
1 Parent(s): f078fb8

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +2 -4
  2. pytorch_model.bin +3 -0
  3. special_tokens_map.json +5 -35
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "../models/dbi_cpener_vpv",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -14,8 +14,7 @@
14
  "2": "B-vendor",
15
  "3": "B-version",
16
  "4": "I-product",
17
- "5": "I-vendor",
18
- "6": "I-version"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
@@ -24,7 +23,6 @@
24
  "B-version": 3,
25
  "I-product": 4,
26
  "I-vendor": 5,
27
- "I-version": 6,
28
  "O": 0
29
  },
30
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
14
  "2": "B-vendor",
15
  "3": "B-version",
16
  "4": "I-product",
17
+ "5": "I-vendor"
 
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
 
23
  "B-version": 3,
24
  "I-product": 4,
25
  "I-vendor": 5,
 
26
  "O": 0
27
  },
28
  "max_position_embeddings": 512,
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c44e0dd74526eb7eb4c76c2039f24e6d49e5b5958718ba51594bb864b150c58
3
+ size 265505314
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }