cgallegoan commited on
Commit
1bfb6b0
1 Parent(s): d3c7007

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
  "DistilBertForSequenceClassification"
@@ -13,7 +13,6 @@
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
- "output_past": true,
17
  "pad_token_id": 0,
18
  "problem_type": "single_label_classification",
19
  "qa_dropout": 0.1,
@@ -22,5 +21,5 @@
22
  "tie_weights_": true,
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.30.2",
25
- "vocab_size": 28996
26
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
 
16
  "pad_token_id": 0,
17
  "problem_type": "single_label_classification",
18
  "qa_dropout": 0.1,
 
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.30.2",
24
+ "vocab_size": 30522
25
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e95f6282cb6a7591a6b8561b647499d4a29398afb9e133924709c795954edb5
3
- size 263167661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8dd686d7f61ec3998997dabb9454b5ee6ca01312bc32531d133d64036c04a21
3
+ size 267855533
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
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]",
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dff4d82d6bf7f11a86413ae4514e98f04005eb17752db57e15c3213d4afd52ff
3
  size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38905ab472779459f4e71862c7f3a2db5a4121c8cd9f8a0ae35128f2738a7822
3
  size 3899
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff