simpx commited on
Commit
0c5ac87
·
verified ·
1 Parent(s): 64e9dca

Upload Noob

Browse files
Files changed (2) hide show
  1. config.json +5 -1
  2. 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.48.0"
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.48.0"
4
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "transformers_version": "4.49.0"
4
  }