noaebbot commited on
Commit
7b758a9
·
verified ·
1 Parent(s): c552f85

Training in progress, step 102

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -23,7 +23,6 @@
23
  "model_type": "distilbert",
24
  "n_heads": 12,
25
  "n_layers": 6,
26
- "output_past": true,
27
  "pad_token_id": 0,
28
  "problem_type": "single_label_classification",
29
  "qa_dropout": 0.1,
@@ -32,5 +31,5 @@
32
  "tie_weights_": true,
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.45.2",
35
- "vocab_size": 119547
36
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
23
  "model_type": "distilbert",
24
  "n_heads": 12,
25
  "n_layers": 6,
 
26
  "pad_token_id": 0,
27
  "problem_type": "single_label_classification",
28
  "qa_dropout": 0.1,
 
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.45.2",
34
+ "vocab_size": 30522
35
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70216bd33a63e68fc06767f1b1786cc9b026a405c0318b722da54734a53170d0
3
- size 541320452
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df245748d5c776ce4ffd0b929fefe2154e603e917dc321cdfb61f89017b49f3
3
+ size 267835644
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": false,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e546cbaa3a25d3a4cde313c6682928ed81fbf249ba6e6112c5890aaf6057a12
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92b34e833d87b5b5baa1af1a144c7eb6ae7db6731cb9f35f463dfe91a7340f12
3
  size 5176
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff