Atheer174 commited on
Commit
33efc33
·
1 Parent(s): 5c3c8a3

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +18 -15
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +4 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,13 +1,14 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
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": "B-Product",
13
  "1": "I-Product",
@@ -25,6 +26,7 @@
25
  "13": "I-ModelNo"
26
  },
27
  "initializer_range": 0.02,
 
28
  "label2id": {
29
  "B-Country": 4,
30
  "B-HSCode": 6,
@@ -41,16 +43,17 @@
41
  "I-Product": 1,
42
  "I-Trademark": 3
43
  },
 
44
  "max_position_embeddings": 512,
45
- "model_type": "distilbert",
46
- "n_heads": 12,
47
- "n_layers": 6,
 
48
  "pad_token_id": 0,
49
- "qa_dropout": 0.1,
50
- "seq_classif_dropout": 0.2,
51
- "sinusoidal_pos_embds": false,
52
- "tie_weights_": true,
53
  "torch_dtype": "float32",
54
  "transformers_version": "4.33.2",
55
- "vocab_size": 30522
 
 
56
  }
 
1
  {
2
+ "_name_or_path": "dslim/bert-base-NER",
3
+ "_num_labels": 9,
4
  "architectures": [
5
+ "BertForTokenClassification"
6
  ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
  "id2label": {
13
  "0": "B-Product",
14
  "1": "I-Product",
 
26
  "13": "I-ModelNo"
27
  },
28
  "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
  "label2id": {
31
  "B-Country": 4,
32
  "B-HSCode": 6,
 
43
  "I-Product": 1,
44
  "I-Trademark": 3
45
  },
46
+ "layer_norm_eps": 1e-12,
47
  "max_position_embeddings": 512,
48
+ "model_type": "bert",
49
+ "num_attention_heads": 12,
50
+ "num_hidden_layers": 12,
51
+ "output_past": true,
52
  "pad_token_id": 0,
53
+ "position_embedding_type": "absolute",
 
 
 
54
  "torch_dtype": "float32",
55
  "transformers_version": "4.33.2",
56
+ "type_vocab_size": 2,
57
+ "use_cache": true,
58
+ "vocab_size": 28996
59
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db1586b3871f5c1d3e37e425f40f8bb7af5a5e8d45b8991950033fe026c6baea
3
- size 265529381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453b673d06f8a293b5d6c4a7ae693960656e7274c08133d0edc81941bad65404
3
+ size 430989481
tokenizer_config.json CHANGED
@@ -1,13 +1,16 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
 
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
 
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "DistilBertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
  "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
+ "max_len": 512,
8
  "model_max_length": 512,
9
+ "never_split": null,
10
  "pad_token": "[PAD]",
11
  "sep_token": "[SEP]",
12
  "strip_accents": null,
13
  "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
  "unk_token": "[UNK]"
16
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4324291a10f195d1ccad012a0b4dee94d24d99c562e5b7fb0e532767eb5bda1c
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf42b6ce8541412a3418b0ab307072d8b8ce0f6baa0c757d63d94c5509b8074
3
  size 4027