yuridrcosta commited on
Commit
4dc1e6f
1 Parent(s): 03e552a

Training in progress, step 500

Browse files
config.json CHANGED
@@ -39,7 +39,7 @@
39
  "pooler_type": "first_token_transform",
40
  "position_embedding_type": "absolute",
41
  "torch_dtype": "float32",
42
- "transformers_version": "4.38.1",
43
  "type_vocab_size": 2,
44
  "use_cache": true,
45
  "vocab_size": 29794
 
39
  "pooler_type": "first_token_transform",
40
  "position_embedding_type": "absolute",
41
  "torch_dtype": "float32",
42
+ "transformers_version": "4.40.1",
43
  "type_vocab_size": 2,
44
  "use_cache": true,
45
  "vocab_size": 29794
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34449246a9f7a35600860f10813871ea6b906be06b258df9e6a6c72e502af310
3
  size 433368892
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f734d97bdaaa2cb9c601371bcad177b230d765d25e207eb5b86c667975e353f
3
  size 433368892
runs/May01_19-14-43_81ac69d984ff/events.out.tfevents.1714590951.81ac69d984ff.16404.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed8d2f73624f529b505c46ba6be65b2c1e830805bd2b3cddd6ce017d8a9791f7
3
+ size 10272
runs/May01_19-27-37_81ac69d984ff/events.out.tfevents.1714591669.81ac69d984ff.16404.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf167bc5723c8d4604214eb25ee2c47285861ef1bb4acc2f4c1c1df8a8e2ef6b
3
+ size 5180
runs/May01_19-32-23_81ac69d984ff/events.out.tfevents.1714591955.81ac69d984ff.16404.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f306fa7e215b1fd610d5fdbcc6dab3f207f1e174790cbfce9f8cc97623ba11d
3
+ size 5391
tokenizer.json CHANGED
@@ -2,11 +2,18 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 260,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 350,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da4abfbf627aecf22df10e8c932231d7104b65295a98a3a9f6ee987669a9384b
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d858743043c3e12907162d54b7dd292cbd3f5dea767d79de3438df80cb9e4602
3
+ size 5048