benjamin commited on
Commit
6d0402e
1 Parent(s): c7ad06d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
- "_name_or_path": "google/canine-s",
3
  "architectures": [
4
- "CanineForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 57344,
@@ -277,7 +276,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,
 
1
  {
 
2
  "architectures": [
3
+ "LACanineForTokenClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 57344,
 
276
  "lookahead": null,
277
  "lookahead_block_size": 1,
278
  "max_position_embeddings": 16384,
279
+ "model_type": "la-canine",
280
  "n_languages": 85,
281
  "ngram_order": 1,
282
  "num_attention_heads": 12,