noaebbot commited on
Commit
c3dc264
·
verified ·
1 Parent(s): d2614d2

Training in progress, step 340

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -23,6 +23,7 @@
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,5 +32,5 @@
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.45.2",
34
- "vocab_size": 30522
35
  }
 
1
  {
2
+ "_name_or_path": "distilbert/distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
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
  "tie_weights_": true,
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.45.2",
35
+ "vocab_size": 119547
36
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c80a8b2d6114696cb7dbacd5d5051d4abb7daf5195bd33dcdf352b1f9bf78e18
3
- size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82e3a244bf300007b0a931adc596a3f822522b06103e67942495d6cc4d532ee7
3
+ size 541320452
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": true,
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": false,
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:d455bda7f1a74add0479266bd7d56a33beebd3c1147591d78bbcdfc653e912c4
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31a64c49e00e567395f60a900f6abf50291428f9b4704620d84845ac2f1802ec
3
  size 5176
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff