raulangelj commited on
Commit
8fee6b3
1 Parent(s): ad06d89

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
  "DistilBertForSequenceClassification"
@@ -13,6 +13,7 @@
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,5 +22,5 @@
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.28.0",
24
- "vocab_size": 30522
25
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
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
  "tie_weights_": true,
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.28.0",
25
+ "vocab_size": 119547
26
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4dc1fd339f0ca825857960dceb49c33b0f13ecd9f917dd3a37c5db58e1785dc
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb575ac9e1b5ace85c95e006307cd2baae83af0dcbcab73f0d9e74a00fa5f1b9
3
+ size 541340333
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": true,
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": false,
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:9c13917a547adbfc7b7a797d55ee7da8d226ee71489972b1e5277168d6f55bec
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c730ffeca52eb629ede7adb0b7d9a543a97744375583722c5f2d64b8f0a993bd
3
  size 3643
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff