arubenruben commited on
Commit
3744ecc
·
1 Parent(s): 3a393c3

commit files to HF hub

Browse files
config.json CHANGED
@@ -9,8 +9,8 @@
9
  },
10
  "bert_name": "neuralmind/bert-large-portuguese-cased",
11
  "custom_pipelines": {
12
- "arubenruben/PT-BERT-Large-CRF-HAREM-Default-pipeline": {
13
- "impl": "deploy_pipeline.BERT_CRF_Pipeline",
14
  "pt": [
15
  "AutoModelForTokenClassification"
16
  ],
@@ -66,5 +66,5 @@
66
  "model_name": "BERT_CRF",
67
  "model_type": "BERT_CRF",
68
  "torch_dtype": "float32",
69
- "transformers_version": "4.29.1"
70
  }
 
9
  },
10
  "bert_name": "neuralmind/bert-large-portuguese-cased",
11
  "custom_pipelines": {
12
+ "PT-BERT-Large-CRF-HAREM-Default-pipeline": {
13
+ "impl": "__main__.BERT_CRF_Pipeline",
14
  "pt": [
15
  "AutoModelForTokenClassification"
16
  ],
 
66
  "model_name": "BERT_CRF",
67
  "model_type": "BERT_CRF",
68
  "torch_dtype": "float32",
69
+ "transformers_version": "4.38.2"
70
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcaf0cee0b79fc26ab84f55200c4ca707199bf6324a32edd45ac456fe00a7a86
3
+ size 1337720968
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff