not-lain commited on
Commit
34acb1a
1 Parent(s): 4b57ca9

Upload config

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. config.json +2 -18
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  tags:
4
  - custom_code
 
 
1
  ---
2
  tags:
3
  - custom_code
config.json CHANGED
@@ -1,25 +1,9 @@
1
  {
2
- "_name_or_path": "not-lain/MyRepo",
3
- "architectures": [
4
- "MnistModel"
5
- ],
6
  "auto_map": {
7
- "AutoConfig": "not-lain/MyRepo--MyConfig.MnistConfig",
8
- "AutoModelForImageClassification": "not-lain/MyRepo--MyModel.MnistModel"
9
  },
10
  "conv1": 10,
11
  "conv2": 20,
12
- "custom_pipelines": {
13
- "image-classification": {
14
- "impl": "MyPipe.MnistPipe",
15
- "pt": [
16
- "AutoModelForImageClassification"
17
- ],
18
- "tf": [],
19
- "type": "image"
20
- }
21
- },
22
  "model_type": "MobileNetV1",
23
- "torch_dtype": "float32",
24
- "transformers_version": "4.35.2"
25
  }
 
1
  {
 
 
 
 
2
  "auto_map": {
3
+ "AutoConfig": "MyConfig.MnistConfig"
 
4
  },
5
  "conv1": 10,
6
  "conv2": 20,
 
 
 
 
 
 
 
 
 
 
7
  "model_type": "MobileNetV1",
8
+ "transformers_version": "4.38.2"
 
9
  }