Commit
•
48a1710
1
Parent(s):
9a08213
Remove dtype (#13)
Browse files- Remove dtype (cd96debe5cc019fdce195597266e93ab38dd52b1)
Co-authored-by: Niklas Muennighoff <Muennighoff@users.noreply.huggingface.co>
- config.json +0 -1
config.json
CHANGED
@@ -7,7 +7,6 @@
|
|
7 |
],
|
8 |
"bias_dropout_fusion": true,
|
9 |
"bos_token_id": 1,
|
10 |
-
"dtype": "float16",
|
11 |
"eos_token_id": 2,
|
12 |
"pad_token_id": 3,
|
13 |
"unk_token_id": 0,
|
|
|
7 |
],
|
8 |
"bias_dropout_fusion": true,
|
9 |
"bos_token_id": 1,
|
|
|
10 |
"eos_token_id": 2,
|
11 |
"pad_token_id": 3,
|
12 |
"unk_token_id": 0,
|