Upload Noob
Browse files- config.json +5 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -3,7 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"Noob"
|
5 |
],
|
|
|
|
|
|
|
|
|
6 |
"model_type": "Noob",
|
7 |
"torch_dtype": "float32",
|
8 |
-
"transformers_version": "4.
|
9 |
}
|
|
|
3 |
"architectures": [
|
4 |
"Noob"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "model.NoobConfig",
|
8 |
+
"AutoModelForCausalLM": "model.Noob"
|
9 |
+
},
|
10 |
"model_type": "Noob",
|
11 |
"torch_dtype": "float32",
|
12 |
+
"transformers_version": "4.49.0"
|
13 |
}
|
generation_config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"transformers_version": "4.
|
4 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.49.0"
|
4 |
}
|