Kriyans commited on
Commit
4f0ba5c
1 Parent(s): b416a8c

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -11,21 +11,22 @@
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-corporation",
14
- "2": "B-person",
15
- "3": "I-person"
 
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
  "B-corporation": 1,
20
- "B-person": 2,
21
- "I-person": 3,
 
22
  "O": 0
23
  },
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
26
  "n_heads": 12,
27
  "n_layers": 6,
28
- "output_past": true,
29
  "pad_token_id": 0,
30
  "qa_dropout": 0.1,
31
  "seq_classif_dropout": 0.2,
@@ -33,5 +34,5 @@
33
  "tie_weights_": true,
34
  "torch_dtype": "float32",
35
  "transformers_version": "4.34.0",
36
- "vocab_size": 28996
37
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-corporation",
14
+ "2": "I-corporation",
15
+ "3": "B-person",
16
+ "4": "I-person"
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
  "B-corporation": 1,
21
+ "B-person": 3,
22
+ "I-corporation": 2,
23
+ "I-person": 4,
24
  "O": 0
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",
28
  "n_heads": 12,
29
  "n_layers": 6,
 
30
  "pad_token_id": 0,
31
  "qa_dropout": 0.1,
32
  "seq_classif_dropout": 0.2,
 
34
  "tie_weights_": true,
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.34.0",
37
+ "vocab_size": 30522
38
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1694d37114b133e801d4c0cc2e83b11093f697570d0900e76aef38ba8e488ffe
3
- size 260810789
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae1e61f78a5fe7eacf8b4d467640f19a5f78e3006eb7b346faa4c5e7a922dbe
3
+ size 265501733
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -44,7 +44,7 @@
44
  "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
- "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
 
44
  "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
+ "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4252ab897ca0d19bcbd7f3547491a28e4a5afe27e9ccbc27d0f445e45c3db9ba
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:389fc125b06cc1fbfd486aeeb57b0118edaa8949d45ab8b72baae40cc00707b7
3
  size 4027
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff