winegarj commited on
Commit
c60019d
·
verified ·
1 Parent(s): 7837e5e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -28,6 +27,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.46.2",
32
  "vocab_size": 30522
33
  }
 
1
  {
 
2
  "activation": "gelu",
3
  "architectures": [
4
  "DistilBertForSequenceClassification"
 
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.50.2",
31
  "vocab_size": 30522
32
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bc8d3a3f6090734f3b049b443f4b479485ec07fef43be14abb19607b809e934
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095e44f9c5e6076311705866bb0843550c0de596417312204d5eb0cfb8e92198
3
  size 267832560
tokenizer_config.json CHANGED
@@ -44,6 +44,7 @@
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]",
 
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01c2f7c5c0b3e75b70fb2985f549be9c7b9d140fa4f4308614da544b22bcb4b2
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3cf6f049e7d1536a2c25ac1d5cb0cc627d9dd9edf569ead37b57ace31dd60df
3
+ size 5368