Add TF weights
Browse files- config.json +2 -1
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "swish",
|
4 |
"architectures": [
|
@@ -39,7 +40,7 @@
|
|
39 |
"share_encoder_decoder_embeddings": true,
|
40 |
"static_position_embeddings": true,
|
41 |
"torch_dtype": "float16",
|
42 |
-
"transformers_version": "4.
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 60826
|
45 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/tmp/Helsinki-NLP/opus-mt-tc-base-uk-ces_slk",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "swish",
|
5 |
"architectures": [
|
|
|
40 |
"share_encoder_decoder_embeddings": true,
|
41 |
"static_position_embeddings": true,
|
42 |
"torch_dtype": "float16",
|
43 |
+
"transformers_version": "4.22.0.dev0",
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 60826
|
46 |
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:059d408d2f4be28a94b31e9e22a6d245f4566fa1f31b7645fe6f0d0a600295eb
|
3 |
+
size 303996800
|