xaviergillard
commited on
Commit
•
060a6c4
1
Parent(s):
9b431a3
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Mar29_10-03-38_9490f0f81a5a/events.out.tfevents.1711706622.9490f0f81a5a.965.1 +3 -0
- runs/Mar29_10-06-24_9490f0f81a5a/events.out.tfevents.1711706789.9490f0f81a5a.6789.0 +3 -0
- runs/Mar29_10-16-32_9490f0f81a5a/events.out.tfevents.1711707399.9490f0f81a5a.6789.1 +3 -0
- tokenizer.json +6 -1
- training_args.bin +2 -2
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 421197092
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd7034cffc604ac0bb2306480dbd29c66375ed1064aa84284e7f9ddc5c3bcbe7
|
3 |
size 421197092
|
runs/Mar29_10-03-38_9490f0f81a5a/events.out.tfevents.1711706622.9490f0f81a5a.965.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fef0f661aff5c64fea974ff8714797e669dbc1db588358ad790ee35d8c2fcd56
|
3 |
+
size 88
|
runs/Mar29_10-06-24_9490f0f81a5a/events.out.tfevents.1711706789.9490f0f81a5a.6789.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f0cdafd051ef30746de40d81a000cfd44b5708df8aa94034057abba23247a4d
|
3 |
+
size 7966
|
runs/Mar29_10-16-32_9490f0f81a5a/events.out.tfevents.1711707399.9490f0f81a5a.6789.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7b41693ae11f67342a6321ab7767e5a2a96a30e12e9af6591529a78757d220c
|
3 |
+
size 7338
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd08e41a68165f6cf24ae1556c58069966a65178ea677129a240716e3fc7fd3d
|
3 |
+
size 5048
|