patrickvonplaten
commited on
Commit
•
72b5392
1
Parent(s):
8aacb02
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:ef47f24d7237e4feaf49a6c9f3336cd6ade470fa28a4c5d063c4c073cde0ba77
|
3 |
+
size 1839633783
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58b3db871b806d5b27944cfaac12e97b213152614b2a1a37cbb694e296d0adf7
|
3 |
+
size 1839822816
|