update the model finetuned with new dataset
Browse files- config.json +2 -1
- flax_model.msgpack +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +0 -0
- vocab.json +0 -0
config.json
CHANGED
@@ -32,7 +32,8 @@
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
-
"
|
|
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50257
|
38 |
}
|
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.10.0.dev0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50257
|
39 |
}
|
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1419302302
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad46c78659cb8f6a6756729f4cbc0d599baf3b0524e1d639060e2f36ea5268f6
|
3 |
size 1419302302
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1444576537
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91fab3ea31393b4d9483be1146573c38fabf8166c9dff0244410f773e284b3a0
|
3 |
size 1444576537
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|