patrickvonplaten
commited on
Commit
•
410d6f0
1
Parent(s):
71f1c8b
correct model parameter naming
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
pytorch_model.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:b5a5e37ba3760d17033acb8079d62c561295f549d0b69336b1fbb894b549d4c5
|
3 |
+
size 1839633783
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a8f527da2d6c8779878e9598173fe8f5149cf1a83208333aa9a8c15e270a276
|
3 |
+
size 1839822816
|