ewankim1023
commited on
Commit
•
6b48a41
1
Parent(s):
80ca2f8
Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +6 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"position_embedding_type": "absolute",
|
36 |
"problem_type": "single_label_classification",
|
37 |
"torch_dtype": "float32",
|
38 |
-
"transformers_version": "4.33.
|
39 |
"type_vocab_size": 2,
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 30522
|
|
|
35 |
"position_embedding_type": "absolute",
|
36 |
"problem_type": "single_label_classification",
|
37 |
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.33.2",
|
39 |
"type_vocab_size": 2,
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 30522
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 133517617
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef510394a6966a31b4bb814473981c5584f1d84ac1272129fc9380a8fce24fca
|
3 |
size 133517617
|
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 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18f82ca10c248368aaea13bcc5f08edb40b374c8aa91bd0667535b3541048985
|
3 |
size 4091
|