Skip to content

Commit 7af5591

Browse files
committed
Fix code formats
1 parent bec61f0 commit 7af5591

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

configs/nsa_340M.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"attention_bias": false,
3-
"architectures": [
4-
"NSAForCausalLM"
5-
],
6-
"auto_map": {
7-
"AutoConfig": "native_sparse_attention.NSAConfig",
8-
"AutoModel": "native_sparse_attention.NSAModel",
9-
"AutoModelForCausalLM": "native_sparse_attention.NSAForCausalLM"
10-
},
113
"bos_token_id": 1,
124
"eos_token_id": 2,
135
"fuse_cross_entropy": true,
@@ -27,4 +19,5 @@
2719
"tie_word_embeddings": false,
2820
"use_cache": true,
2921
"vocab_size": 32000
30-
}
22+
}
23+

0 commit comments

Comments
 (0)