Kriyans commited on
Commit
fa379fd
1 Parent(s): 2f2f50f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -25,6 +25,7 @@
25
  "model_type": "distilbert",
26
  "n_heads": 12,
27
  "n_layers": 6,
 
28
  "pad_token_id": 0,
29
  "qa_dropout": 0.1,
30
  "seq_classif_dropout": 0.2,
@@ -32,5 +33,5 @@
32
  "tie_weights_": true,
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.34.0",
35
- "vocab_size": 30522
36
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
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
  "tie_weights_": true,
34
  "torch_dtype": "float32",
35
  "transformers_version": "4.34.0",
36
+ "vocab_size": 28996
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddb2161ab1b7039061d409c0f1114907dc99bf4b79bdb6bd7b32363395b8d6a1
3
- size 265498661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c33218d238987a9007192f9f82ec5380d2302bbedbfb3b95c07c7b74a60f7e9a
3
+ size 260810789
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": true,
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": false,
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:fa9ce8dfc3aced15eeab77f3ce625a3d319efdfff335f38d579633888b15f422
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff667b65febec8522cbd0eb78472a56d2b1dcf88939ae75524f62105ba1b087
3
  size 4027
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff