model layer name fixed
Browse files- config.json +1 -0
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"DebertaModel"
|
4 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-base",
|
3 |
"architectures": [
|
4 |
"DebertaModel"
|
5 |
],
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 554669920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a2479ca1e27fa81ba2ab31dd1e30802edc76aec67651f94f05ac42af69ca435
|
3 |
size 554669920
|