fix config
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "google/canine-s",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 57344,
|
8 |
"bottleneck_factor": 2,
|
@@ -277,7 +277,7 @@
|
|
277 |
"lookahead": null,
|
278 |
"lookahead_block_size": 1,
|
279 |
"max_position_embeddings": 16384,
|
280 |
-
"model_type": "canine",
|
281 |
"n_languages": 85,
|
282 |
"ngram_order": 1,
|
283 |
"num_attention_heads": 12,
|
@@ -291,4 +291,4 @@
|
|
291 |
"upsampling_kernel_size": 1,
|
292 |
"use_cache": true,
|
293 |
"wandb_run_id": "1alh4s2m"
|
294 |
-
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
+
"LACanineForTokenClassification"
|
4 |
],
|
5 |
+
"mixture_name": "wtp-canine-s-6-layers-clfs",
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 57344,
|
8 |
"bottleneck_factor": 2,
|
|
|
277 |
"lookahead": null,
|
278 |
"lookahead_block_size": 1,
|
279 |
"max_position_embeddings": 16384,
|
280 |
+
"model_type": "la-canine",
|
281 |
"n_languages": 85,
|
282 |
"ngram_order": 1,
|
283 |
"num_attention_heads": 12,
|
|
|
291 |
"upsampling_kernel_size": 1,
|
292 |
"use_cache": true,
|
293 |
"wandb_run_id": "1alh4s2m"
|
294 |
+
}
|