Sybghat commited on
Commit
b2a3dcf
1 Parent(s): 9a7e49f

Model save

Browse files
README.md CHANGED
@@ -44,12 +44,12 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
- | No log | 1.0 | 63 | 2.5278 |
48
 
49
 
50
  ### Framework versions
51
 
52
- - Transformers 4.39.0
53
  - Pytorch 2.2.1+cu121
54
  - Datasets 2.18.0
55
  - Tokenizers 0.15.2
 
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | No log | 1.0 | 63 | 3.9211 |
48
 
49
 
50
  ### Framework versions
51
 
52
+ - Transformers 4.39.1
53
  - Pytorch 2.2.1+cu121
54
  - Datasets 2.18.0
55
  - Tokenizers 0.15.2
config.json CHANGED
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.39.0",
23
  "vocab_size": 30522
24
  }
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.39.1",
23
  "vocab_size": 30522
24
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6069c12e9bc2a9c8f94de4348b918745d68312a0a3799c8009fdfff99f0bc0f2
3
  size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff4a223ff79b5a3674eca866f5336bf231bfbe8244d3e1c3e11c86f3933ba26
3
  size 265470032
runs/Mar23_05-55-22_2a8709f4af60/events.out.tfevents.1711173329.2a8709f4af60.569.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf093e681f7d89f901c1b9a7e0cb3c72e7d5cff5149d710a132d9f2f261a5da
3
+ size 5100
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": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
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:719630cf765dd710c05e1f60f0d9ff9ae399ced2fed0ca113b34a51c33e2fd97
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b92d3c2b81fccd516e79570ed5a294ca35e9eec84c13f37da5d9b11cd60dd2
3
  size 4920