DipakBundheliya commited on
Commit
709d276
1 Parent(s): b1ff295

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,14 @@
1
  {
2
- "_name_or_path": "distilbert-base-cased",
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-ORG",
@@ -24,6 +25,7 @@
24
  "12": "I-COUNTRY"
25
  },
26
  "initializer_range": 0.02,
 
27
  "label2id": {
28
  "B-BGNUMBER": 5,
29
  "B-COUNTRY": 11,
@@ -39,17 +41,16 @@
39
  "I-ORG": 2,
40
  "O": 0
41
  },
 
42
  "max_position_embeddings": 512,
43
- "model_type": "distilbert",
44
- "n_heads": 12,
45
- "n_layers": 6,
46
- "output_past": true,
47
  "pad_token_id": 0,
48
- "qa_dropout": 0.1,
49
- "seq_classif_dropout": 0.2,
50
- "sinusoidal_pos_embds": false,
51
- "tie_weights_": true,
52
  "torch_dtype": "float32",
53
  "transformers_version": "4.39.1",
54
- "vocab_size": 28996
 
 
55
  }
 
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-ORG",
 
25
  "12": "I-COUNTRY"
26
  },
27
  "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
  "label2id": {
30
  "B-BGNUMBER": 5,
31
  "B-COUNTRY": 11,
 
41
  "I-ORG": 2,
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.39.1",
53
+ "type_vocab_size": 2,
54
+ "use_cache": true,
55
+ "vocab_size": 30522
56
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d24ac061699d26dbd8aea1766e6b0a5e9fe36add83e91b4875a2fbb21b11cc8
3
- size 260815972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b39659d1ef5dfb165029044b290347b45302b56f0fd8d477acbe74afcdb3799e
3
+ size 435629924
runs/Mar28_06-55-59_9f7108f719c8/events.out.tfevents.1711608963.9f7108f719c8.203.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d169ebcb6a2ae1ecf6486d341b2d561dc9278bacc1ab61e7e113276d699dd6fc
3
+ size 6065
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:645c536d9788ddacec8dd4733f4460c9f0cfe8e2d432b6032c78ec52a1bcff5f
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12e1d32da57b0748349edfcee6944c3961a60e73f3396a4e9b1e0c018a3a9cfc
3
  size 4920