bhadauriaupendra062 commited on
Commit
bf73233
1 Parent(s): 2568f88

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,14 +1,13 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
 
3
  "architectures": [
4
- "BertForTokenClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
  "1": "B-corporation",
@@ -25,7 +24,6 @@
25
  "12": "I-product"
26
  },
27
  "initializer_range": 0.02,
28
- "intermediate_size": 3072,
29
  "label2id": {
30
  "B-corporation": 1,
31
  "B-creative-work": 3,
@@ -41,16 +39,16 @@
41
  "I-product": 12,
42
  "O": 0
43
  },
44
- "layer_norm_eps": 1e-12,
45
  "max_position_embeddings": 512,
46
- "model_type": "bert",
47
- "num_attention_heads": 12,
48
- "num_hidden_layers": 12,
49
  "pad_token_id": 0,
50
- "position_embedding_type": "absolute",
 
 
 
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.41.2",
53
- "type_vocab_size": 2,
54
- "use_cache": true,
55
  "vocab_size": 30522
56
  }
 
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": "O",
13
  "1": "B-corporation",
 
24
  "12": "I-product"
25
  },
26
  "initializer_range": 0.02,
 
27
  "label2id": {
28
  "B-corporation": 1,
29
  "B-creative-work": 3,
 
39
  "I-product": 12,
40
  "O": 0
41
  },
 
42
  "max_position_embeddings": 512,
43
+ "model_type": "distilbert",
44
+ "n_heads": 12,
45
+ "n_layers": 6,
46
  "pad_token_id": 0,
47
+ "qa_dropout": 0.1,
48
+ "seq_classif_dropout": 0.2,
49
+ "sinusoidal_pos_embds": false,
50
+ "tie_weights_": true,
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.41.2",
 
 
53
  "vocab_size": 30522
54
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cf7f9e5f57851373c5f48bb10cd7795fe6757bfb16c89de66063ca6e207500e
3
- size 435629924
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc1f850fa9cb4ae6f51ea095d084f38951a3628a5778ec5e04ec8986b4e594d
3
+ size 265503852
runs/Jul06_07-38-36_0292d7e920ba/events.out.tfevents.1720251519.0292d7e920ba.152.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e0e736a661dcfb0912c74f2df21d96e8c079f21cc8caa45ab7658313f8645c
3
+ size 5771
tokenizer_config.json CHANGED
@@ -50,6 +50,6 @@
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
- "tokenizer_class": "BertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
 
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:675ea4f19611d07543e72542780b3778c066d52401cdfd5f9182353219a309f4
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7160f400758beb81b9dfc150a2a063954049f6bac3d146dd36692b02ef6459
3
  size 5112