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": "relu",
|
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": 56728
|
45 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/tmp/Helsinki-NLP/opus-mt-tc-big-de-gmq",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
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": 56728
|
46 |
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:294bd5efe48e2600d20771caad84042419e2cba85196649d90063cd8fa459411
|
3 |
+
size 946917232
|