konverner commited on
Commit
c2c6bbf
1 Parent(s): 68f903c

first upload

Browse files
Files changed (3) hide show
  1. config.json +39 -0
  2. inc_config.json +13 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "konverner/distilcamembert-base-ner-address",
3
+ "architectures": [
4
+ "CamembertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "backend": "default",
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "O",
17
+ "1": "B-ADDRESS",
18
+ "2": "I-ADDRESS"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "B-ADDRESS": 1,
24
+ "I-ADDRESS": 2,
25
+ "O": 0
26
+ },
27
+ "layer_norm_eps": 1e-05,
28
+ "max_position_embeddings": 514,
29
+ "model_type": "camembert",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 6,
32
+ "pad_token_id": 1,
33
+ "position_embedding_type": "absolute",
34
+ "torch_dtype": "int8",
35
+ "transformers_version": "4.33.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 32005
39
+ }
inc_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "distillation": {},
3
+ "neural_compressor_version": "2.2.1",
4
+ "optimum_version": "1.13.1",
5
+ "pruning": {},
6
+ "quantization": {
7
+ "dataset_num_samples": null,
8
+ "is_static": false
9
+ },
10
+ "save_onnx_model": false,
11
+ "torch_version": "2.0.1+cu118",
12
+ "transformers_version": "4.33.1"
13
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c554d8cce1daaaf9f1c1ea3e68a244ff1c61433b43b4f3553760110873eaab
3
+ size 68719697