wieheistdu
commited on
Commit
•
c14e8ad
1
Parent(s):
b381baa
Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../squad-trained-ep4-batch16",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265470032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3432060539d82423b61a69b509024fe5739634ef781fe3f93cad537e78241669
|
3 |
size 265470032
|
tokenizer.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
"strategy": "OnlySecond",
|
7 |
-
"stride":
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
|
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
"strategy": "OnlySecond",
|
7 |
+
"stride": 172
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
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:d9d6d232be641b5fd776c7ba6185de6ac88926e253f312cb7eab64c8a4e07712
|
3 |
+
size 4731
|