Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
const output = await generator(systemPrompt, { max_new_tokens: 80 });
|
| 4 |
-
|
| 5 |
-
"_name_or_path": "MBZUAI/LaMini-T5-61M",
|
| 6 |
"architectures": [
|
| 7 |
"T5ForConditionalGeneration"
|
| 8 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "MBZUAI/LaMini-T5-61M",
|
|
|
|
|
|
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|