SimoneJLaudani commited on
Commit
628def8
1 Parent(s): 66a623b

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"
@@ -31,7 +31,6 @@
31
  "model_type": "distilbert",
32
  "n_heads": 12,
33
  "n_layers": 6,
34
- "output_past": true,
35
  "pad_token_id": 0,
36
  "problem_type": "single_label_classification",
37
  "qa_dropout": 0.1,
@@ -39,6 +38,6 @@
39
  "sinusoidal_pos_embds": false,
40
  "tie_weights_": true,
41
  "torch_dtype": "float32",
42
- "transformers_version": "4.38.2",
43
- "vocab_size": 28996
44
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
31
  "model_type": "distilbert",
32
  "n_heads": 12,
33
  "n_layers": 6,
 
34
  "pad_token_id": 0,
35
  "problem_type": "single_label_classification",
36
  "qa_dropout": 0.1,
 
38
  "sinusoidal_pos_embds": false,
39
  "tie_weights_": true,
40
  "torch_dtype": "float32",
41
+ "transformers_version": "4.39.3",
42
+ "vocab_size": 30522
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:679f4e90a90ac7ba59cd0739e5a1c303f01af16ee28cec1f10841739c6d4b59a
3
- size 263160068
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab1cb3f3200859ab76a44132d7c031d001b1199016d67a56d4bdadc1038da0b
3
+ size 267847948
runs/Apr17_19-30-29_ee976d1206e9/events.out.tfevents.1713382239.ee976d1206e9.1226.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a48b6b533ee1b709e8296f203bca79c923163fb9c17b0a0da0f71b95751256
3
+ size 4184
tokenizer_config.json CHANGED
@@ -44,7 +44,7 @@
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
- "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "never_split": null,
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "never_split": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7329b620bc727f600e8a0d41f340aa133e431f0d55f6b7ecacd1f0cfce946b1
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba0a6176859ca8ca41fdaaf71d578fc66f4f5a31cb2b0c88f23228602a55c17
3
+ size 4920
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff