IngeniousArtist
commited on
Commit
·
bc8dc52
1
Parent(s):
a7b355a
Training in progress, epoch 1
Browse files- config.json +2 -0
- model.safetensors +1 -1
- tokenizer.json +6 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
"pad_token_id": 0,
|
|
|
27 |
"problem_type": "single_label_classification",
|
28 |
"qa_dropout": 0.1,
|
29 |
"seq_classif_dropout": 0.2,
|
@@ -31,5 +32,6 @@
|
|
31 |
"tie_weights_": true,
|
32 |
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.31.0",
|
|
|
34 |
"vocab_size": 30522
|
35 |
}
|
|
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
"pad_token_id": 0,
|
27 |
+
"pretraining_tp": 1,
|
28 |
"problem_type": "single_label_classification",
|
29 |
"qa_dropout": 0.1,
|
30 |
"seq_classif_dropout": 0.2,
|
|
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.31.0",
|
35 |
+
"use_cache": false,
|
36 |
"vocab_size": 30522
|
37 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76deb99f8d77fd493b6cf1272314f9293d7ad86b2ef8e21558624bcec84e6a61
|
3 |
size 267835644
|
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:e38288e46038f42e2de3ffca3f59f9a18e157c830ad7c4ecb485789ed984560a
|
3 |
+
size 4155
|