Atheer174 commited on
Commit
03ec210
1 Parent(s): d0fd1e5

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:a593140bb4ab282f6ff2c174e796bc8f2e0ffaa17a840a414d2995a226dd7ba2
3
- size 265529381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bfcaa901757e5c3802d573142e086269c9bff0ed9dbe4a8fe39bef732324c0a
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:4ba423315e5d9b2b4f89381ddb6d4a16396e8cb959faa72af8b15064536130e4
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:929c76237b5e906e9df702db1bcae0dd4a3da2a0f89452604f7fc431fbf6a4fb
3
  size 4027