Commit
路
df06fa4
1
Parent(s):
502004f
Fix link of weights and options files to the Hugging Face Hub
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -62,8 +62,8 @@
|
|
| 62 |
"type": "elmo_token_embedder",
|
| 63 |
"do_layer_norm": false,
|
| 64 |
"dropout": 0,
|
| 65 |
-
"options_file": "lysandre/elmo-2x4096_512_2048cnn_2xhighway/options.json",
|
| 66 |
-
"weight_file": "lysandre/elmo-2x4096_512_2048cnn_2xhighway/weights.hdf5"
|
| 67 |
},
|
| 68 |
"token_characters": {
|
| 69 |
"type": "character_encoding",
|
|
|
|
| 62 |
"type": "elmo_token_embedder",
|
| 63 |
"do_layer_norm": false,
|
| 64 |
"dropout": 0,
|
| 65 |
+
"options_file": "hf://lysandre/elmo-2x4096_512_2048cnn_2xhighway/options.json",
|
| 66 |
+
"weight_file": "hf://lysandre/elmo-2x4096_512_2048cnn_2xhighway/weights.hdf5"
|
| 67 |
},
|
| 68 |
"token_characters": {
|
| 69 |
"type": "character_encoding",
|