0xgr3y commited on
Commit
5de52cc
·
verified ·
1 Parent(s): 6bfa0ae

Fix: model_type densenet121, license apache-2.0, add github

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "model_type": "densenet121_custom",
3
- "base_model": "tensorflow/densenet121",
4
  "task": "image-classification",
5
  "num_labels": 6,
6
  "id2label": {
@@ -108,10 +108,10 @@
108
  }
109
  },
110
  "version": "v15",
111
- "license": "cc-by-4.0",
 
112
  "author": {
113
- "name": "Saugani",
114
- "email": "mr.asyir@gmail.com"
115
- },
116
- "dicoding_id": "gani24"
117
  }
 
1
  {
2
+ "model_type": "densenet121",
3
+ "base_model": "densenet121",
4
  "task": "image-classification",
5
  "num_labels": 6,
6
  "id2label": {
 
108
  }
109
  },
110
  "version": "v15",
111
+ "license": "apache-2.0",
112
+ "github": "https://github.com/arcxteam/arch-building-classifier",
113
  "author": {
114
+ "name": "Gani",
115
+ "email": "team@greyscope.xyz"
116
+ }
 
117
  }