babsBueno commited on
Commit
75ef578
1 Parent(s): 677a66b

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -17,7 +17,7 @@
17
  "NEGATIVE": 0,
18
  "POSITIVE": 1
19
  },
20
- "max_position_embeddings": 1024,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
23
  "n_layers": 6,
 
17
  "NEGATIVE": 0,
18
  "POSITIVE": 1
19
  },
20
+ "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
23
  "n_layers": 6,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:170e7bf0ea7887b626bc49b08f31e6d17d4d73aeff90fa99b2c6e08600aa9f97
3
- size 134708868
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b8eaca88cef76c80b52d8ad262631deb71380cf4a9fd14b09e549a01d13da79
3
+ size 133922428
runs/Aug07_17-34-31_41f4a3443074/events.out.tfevents.1723052072.41f4a3443074.2680.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dee0ac2587b8cccd8efb2f90a21e4e468a4fe384bf8cdd4062f131527ca00ec
3
+ size 5981
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -45,7 +45,7 @@
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "model_max_length": 1024,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
 
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a16344af62aab9b5854e585a5af870a6261a2ecd8dddccef7046f4604b227911
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd92ee9a376974238b9bae757021f3b5c17aaf609722eb78a1d4dc34fca2294
3
  size 5176