Skip to content

Commit

Permalink
Remove MAX from model names (machine-learning-exchange#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
animeshsingh authored Sep 24, 2021
1 parent 01f6063 commit 4b624d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ MLX Katalog is a project to hold the default content to bootstrap Machine Learni
* [Model Fairness Check](https://github.com/Trusted-AI/AIF360/blob/master/mlops/kubeflow/bias_detector_pytorch/component.yaml)
* [Adversarial Robustness Evaluation](https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/main/utils/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/component.yaml)
## Models
* [MAX Human Pose Estimator](model-samples/max-human-pose-estimator.yaml)
* [MAX Image Caption Generator](model-samples/max-image-caption-generator.yaml)
* [MAX Image Resolution Enhancer](model-samples/max-image-resolution-enhancer.yaml)
* [MAX Object Detector](model-samples/max-object-detector.yaml)
* [MAX Optical Character Recognition](model-samples/max-ocr.yaml)
* [MAX Question Answering](model-samples/max-question-answering.yaml)
* [MAX Recommender System](model-samples/max-recommender.yaml)
* [MAX Text Sentiment Classifier](model-samples/max-text-sentiment-classifier.yaml)
* [MAX Toxic Comment Classifier](model-samples/max-toxic-comment-classifier.yaml)
* [MAX Weather Forecaster](model-samples/max-weather-forecaster.yaml)
* [Human Pose Estimator](model-samples/max-human-pose-estimator.yaml)
* [Image Caption Generator](model-samples/max-image-caption-generator.yaml)
* [Image Resolution Enhancer](model-samples/max-image-resolution-enhancer.yaml)
* [Object Detector](model-samples/max-object-detector.yaml)
* [Optical Character Recognition](model-samples/max-ocr.yaml)
* [Question Answering](model-samples/max-question-answering.yaml)
* [Recommender System](model-samples/max-recommender.yaml)
* [Text Sentiment Classifier](model-samples/max-text-sentiment-classifier.yaml)
* [Toxic Comment Classifier](model-samples/max-toxic-comment-classifier.yaml)
* [Weather Forecaster](model-samples/max-weather-forecaster.yaml)
## Datasets
* [Finance Proposition Bank](dataset-samples/fpb.yaml)
* [Groningen Meaning Bank - Modified](dataset-samples/gmb.yaml)
Expand Down

0 comments on commit 4b624d7

Please sign in to comment.