zhangpn commited on
Commit
5c1e9d3
·
verified ·
1 Parent(s): 8e555ef

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -33,6 +32,6 @@
33
  "sinusoidal_pos_embds": false,
34
  "tie_weights_": true,
35
  "torch_dtype": "float32",
36
- "transformers_version": "4.35.2",
37
  "vocab_size": 28996
38
  }
 
1
  {
 
2
  "activation": "gelu",
3
  "architectures": [
4
  "DistilBertForSequenceClassification"
 
32
  "sinusoidal_pos_embds": false,
33
  "tie_weights_": true,
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.51.1",
36
  "vocab_size": 28996
37
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:017151b4987dd00469d63eb5f51b91eef59877b253cde8bea23fcdd12452359a
3
  size 263150840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da2b50d764ec4892615756f28b7f3791e58fcb1f4a7aaca85f3a762d620ba82
3
  size 263150840
runs/Apr15_20-09-13_8121eb72c779/events.out.tfevents.1744747770.8121eb72c779.2000.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c0ff2be99f27521edecd6cbcaa5010cc15687968d17865aabd2aa7e8d57b05
3
+ size 5676
tokenizer_config.json CHANGED
@@ -41,9 +41,10 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": false,
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": false,
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:2294a0df7e2df7fd066300ebcd07ab493a37e08d865146532978b0b09b32751a
3
- size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f557261a28af4f326474ddcf104c41422d034dc108f102149ac2cbda2093deac
3
+ size 5304