|
15 | 15 | PROTOTYPICAL_MODEL_SPECS_DICT = { |
16 | 16 | "pytorch-eqa-bert-base-cased": { |
17 | 17 | "model_id": "pytorch-eqa-bert-base-cased", |
| 18 | + "url": "https://pytorch.org/hub/huggingface_pytorch-transformers/", |
18 | 19 | "version": "1.0.0", |
19 | 20 | "min_sdk_version": "2.68.1", |
20 | 21 | "training_supported": True, |
|
146 | 147 | }, |
147 | 148 | "tensorflow-ic-bit-m-r101x1-ilsvrc2012-classification-1": { |
148 | 149 | "model_id": "tensorflow-ic-bit-m-r101x1-ilsvrc2012-classification-1", |
| 150 | + "url": "https://tfhub.dev/google/bit/m-r101x1/ilsvrc2012_classification/1", |
149 | 151 | "version": "1.0.0", |
150 | 152 | "min_sdk_version": "2.68.1", |
151 | 153 | "training_supported": True, |
|
258 | 260 | }, |
259 | 261 | "mxnet-semseg-fcn-resnet50-ade": { |
260 | 262 | "model_id": "mxnet-semseg-fcn-resnet50-ade", |
| 263 | + "url": "https://cv.gluon.ai/model_zoo/segmentation.html", |
261 | 264 | "version": "1.0.0", |
262 | 265 | "min_sdk_version": "2.68.1", |
263 | 266 | "training_supported": True, |
|
369 | 372 | }, |
370 | 373 | "huggingface-spc-bert-base-cased": { |
371 | 374 | "model_id": "huggingface-spc-bert-base-cased", |
| 375 | + "url": "https://huggingface.co/bert-base-cased", |
372 | 376 | "version": "1.0.0", |
373 | 377 | "min_sdk_version": "2.68.1", |
374 | 378 | "training_supported": True, |
|
482 | 486 | }, |
483 | 487 | "lightgbm-classification-model": { |
484 | 488 | "model_id": "lightgbm-classification-model", |
| 489 | + "url": "https://lightgbm.readthedocs.io/en/latest/", |
485 | 490 | "version": "1.0.0", |
486 | 491 | "min_sdk_version": "2.68.1", |
487 | 492 | "training_supported": True, |
|
640 | 645 | }, |
641 | 646 | "catboost-classification-model": { |
642 | 647 | "model_id": "catboost-classification-model", |
| 648 | + "url": "https://catboost.ai/", |
643 | 649 | "version": "1.0.0", |
644 | 650 | "min_sdk_version": "2.68.1", |
645 | 651 | "training_supported": True, |
|
792 | 798 | }, |
793 | 799 | "xgboost-classification-model": { |
794 | 800 | "model_id": "xgboost-classification-model", |
| 801 | + "url": "https://xgboost.readthedocs.io/en/latest/", |
795 | 802 | "version": "1.0.0", |
796 | 803 | "min_sdk_version": "2.68.1", |
797 | 804 | "training_supported": True, |
|
945 | 952 | }, |
946 | 953 | "sklearn-classification-linear": { |
947 | 954 | "model_id": "sklearn-classification-linear", |
| 955 | + "url": "https://scikit-learn.org/stable/", |
948 | 956 | "version": "1.0.0", |
949 | 957 | "min_sdk_version": "2.68.1", |
950 | 958 | "training_supported": True, |
|
1066 | 1074 |
|
1067 | 1075 | BASE_SPEC = { |
1068 | 1076 | "model_id": "pytorch-ic-mobilenet-v2", |
| 1077 | + "url": "https://pytorch.org/hub/pytorch_vision_mobilenet_v2/", |
1069 | 1078 | "version": "1.0.0", |
1070 | 1079 | "min_sdk_version": "2.49.0", |
1071 | 1080 | "training_supported": True, |
|
0 commit comments