briangilbert commited on
Commit
6ab513d
·
verified ·
1 Parent(s): f90c94c

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.47.1",
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.51.3",
31
  "vocab_size": 30522
32
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ad83df384eb2a37e9f593a0010090ceff224112848af25d630eca7a3602a37c
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70dbd64783965f9c802d88bb56602282c5363a34e05d93374bd46cfc0d773d6
3
  size 267832560
runs/May19_08-41-53_2f3b0c6368d5/events.out.tfevents.1747644117.2f3b0c6368d5.1194.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03d94b7c6cad6daab502e16b622556eb3e7a8bbd9c149274628a84b85dbe376
3
+ size 5275
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b978aad827610482e30e68a31418ba928cd3be43158f49467bfbb2083feaebcf
3
- size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0737140acfbbda9527917b15b8b6b3b0cec2f10b520e634322e697976e2bc1
3
+ size 5304