lgk03 commited on
Commit
7f13f5a
1 Parent(s): 1d9c617

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -20,6 +20,6 @@
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.40.2",
24
  "vocab_size": 30522
25
  }
 
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.41.2",
24
  "vocab_size": 30522
25
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34a3ee2973b3fc3cae4366c615de0ca83964a91c6f27351f9f6a6699637b2db4
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720ef3ca13b9ec6acf880b36bc02203376c813e854ab150dd80916556d960eab
3
  size 267832560
runs/Jun08_05-53-58_911d6e3482c3/events.out.tfevents.1717826039.911d6e3482c3.1775.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4f7631f06e6b811d7a26290e1af90ee2b33674ef50f8a5ca9eabe06c99f2f94
3
+ size 5389
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbcd9556d4f725b55c103b8560b3aa1eb7c78480af9b0250dabfc6351aa01b7a
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5adc4d886ec79d60b450e2f9430318c479ec27e8d3dc0e11a166e313ca9ffa75
3
+ size 5112