Tech-oriented
commited on
Commit
•
7d28d07
1
Parent(s):
dae6775
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -33,6 +33,6 @@
|
|
33 |
"seq_classif_dropout": 0.2,
|
34 |
"sinusoidal_pos_embds": false,
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.39.
|
37 |
"vocab_size": 30522
|
38 |
}
|
|
|
33 |
"seq_classif_dropout": 0.2,
|
34 |
"sinusoidal_pos_embds": false,
|
35 |
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.39.2",
|
37 |
"vocab_size": 30522
|
38 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267841796
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9746399adf65dbc2ff27d6434e4c7e75229eae286e877c07d1b3be15efc34685
|
3 |
size 267841796
|
runs/Mar28_18-23-44_73b426ab5a56/events.out.tfevents.1711650234.73b426ab5a56.2560.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd3655df8d832c457508e5bfccdcc3836f94929a3dc075bb40e161aa274c0f5d
|
3 |
+
size 4719
|
tokenizer.json
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "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:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:914754a7f820a259528e4a07280f2a41b27b03bb8cf4b5e665423a48a5a76b6e
|
3 |
size 4984
|