ammar
commited on
Commit
•
0fd8847
1
Parent(s):
3bfc5da
End of training
Browse files- README.md +1 -1
- adapter_model.safetensors +1 -1
- pytorch_model.bin +1 -1
- runs/Mar10_08-22-05_f3b6d9e44a1c/events.out.tfevents.1710058927.f3b6d9e44a1c.691.0 +3 -0
- runs/Mar10_08-23-52_f3b6d9e44a1c/events.out.tfevents.1710059033.f3b6d9e44a1c.691.1 +3 -0
- runs/Mar10_08-32-14_f3b6d9e44a1c/events.out.tfevents.1710059535.f3b6d9e44a1c.842.0 +3 -0
- tokenizer.json +2 -14
- training_args.bin +1 -1
README.md
CHANGED
@@ -34,7 +34,7 @@ More information needed
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 0.0002
|
37 |
-
- train_batch_size:
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 0.0002
|
37 |
+
- train_batch_size: 8
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 134235048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5251eae95c593124c9f81ea4185fa67026b8ea1a44607e62c53cf797c1acc72
|
3 |
size 134235048
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4303091241
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6891c0b8f819bf7573c7680a0ada3a65d8bddcdff4734e460141b779970ec2c2
|
3 |
size 4303091241
|
runs/Mar10_08-22-05_f3b6d9e44a1c/events.out.tfevents.1710058927.f3b6d9e44a1c.691.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b153ac27a476dbfc70b898b460c5e897bf37e110dabcfb81b418df2fce13383
|
3 |
+
size 5198
|
runs/Mar10_08-23-52_f3b6d9e44a1c/events.out.tfevents.1710059033.f3b6d9e44a1c.691.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:762b17ae716ee16c9dc9c2f55ea474093948a9da2e6228a4080b6d7d9e1d4d2d
|
3 |
+
size 4184
|
runs/Mar10_08-32-14_f3b6d9e44a1c/events.out.tfevents.1710059535.f3b6d9e44a1c.842.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fee0ce8c062677c931392e7307721e3524c233479ca5fd26221c78e0811ef6d
|
3 |
+
size 5547
|
tokenizer.json
CHANGED
@@ -1,19 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": "BatchLongest",
|
11 |
-
"direction": "Left",
|
12 |
-
"pad_to_multiple_of": null,
|
13 |
-
"pad_id": 0,
|
14 |
-
"pad_type_id": 0,
|
15 |
-
"pad_token": "<unk>"
|
16 |
-
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:531baaad7298c7b2924aa9d3dd49fd0fe14bd3c9715c4fecc3bbc7104358f0cf
|
3 |
size 5048
|