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": 57060
|
| 45 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/tmp/Helsinki-NLP/opus-mt-tc-big-tr-en",
|
| 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": 57060
|
| 46 |
}
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4557c7b5b3409875dcc3338289787dd967f5a821d748d1a4615cd3ed9907b6a
|
| 3 |
+
size 948279760
|