Skip to content

Commit

Permalink
Remove "MAX" prefix from model names (machine-learning-exchange#48)
Browse files Browse the repository at this point in the history
Related: machine-learning-exchange#47
Signed-off-by: Christian Kadner <[email protected]>
  • Loading branch information
ckadner authored Sep 24, 2021
1 parent 4b624d7 commit c21f674
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions model-samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The [template](template.yaml) describes the metadata spec:

- **(Required)**: Fields that are Always required in all condition.
- **(Required for xxx)**: Fields that are required when trainable/servable or certain storage type is specified.
- **(optional)**: Fields that can be omit, but do not put empty strings since it will overwrite the default values.
- **(optional)**: Fields that can be omitted, but do not put empty strings since it will overwrite the default values.

### Metadata template for a trainable model

Expand Down Expand Up @@ -111,13 +111,13 @@ Models can be run based on the metadata specified in the YAML file for a particu


## List of Sample Models
* [MAX Human Pose Estimator](max-human-pose-estimator.yaml)
* [MAX Image Caption Generator](max-image-caption-generator.yaml)
* [MAX Image Resolution Enhancer](max-image-resolution-enhancer.yaml)
* [MAX Object Detector](max-object-detector.yaml)
* [MAX Optical Character Recognition](max-ocr.yaml)
* [MAX Question Answering](max-question-answering.yaml)
* [MAX Recommender System](max-recommender.yaml)
* [MAX Text Sentiment Classifier](max-text-sentiment-classifier.yaml)
* [MAX Toxic Comment Classifier](max-toxic-comment-classifier.yaml)
* [MAX Weather Forecaster](max-weather-forecaster.yaml)
* [Human Pose Estimator](max-human-pose-estimator.yaml)
* [Image Caption Generator](max-image-caption-generator.yaml)
* [Image Resolution Enhancer](max-image-resolution-enhancer.yaml)
* [Object Detector](max-object-detector.yaml)
* [Optical Character Recognition](max-ocr.yaml)
* [Question Answering](max-question-answering.yaml)
* [Recommender System](max-recommender.yaml)
* [Text Sentiment Classifier](max-text-sentiment-classifier.yaml)
* [Toxic Comment Classifier](max-toxic-comment-classifier.yaml)
* [Weather Forecaster](max-weather-forecaster.yaml)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Human Pose Estimator
name: Human Pose Estimator
model_identifier: max-human-pose-estimator
description: IBM Model Asset eXchange(MAX) model that detects humans in an image and estimate the pose for each person.
framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Image Caption Generator
name: Image Caption Generator
model_identifier: max-image-caption-generator
description: "IBM Model Asset eXchange(MAX) model that generates captions from a fixed vocabulary describing the contents of images in the COCO dataset"
framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Image Resolution Enhancer
name: Image Resolution Enhancer
model_identifier: max-image-resolution-enhancer
description: IBM Model Asset eXchange(MAX) model that upscales an image by a factor of 4, while generating photo-realistic details.
framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Named Entity Tagger
name: Named Entity Tagger
model_identifier: max-named-entity-tagger
description: IBM Model Asset eXchange(MAX) model that locates and tags named entities in text.
framework:
Expand Down
2 changes: 1 addition & 1 deletion model-samples/max-object-detector/max-object-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Object Detector
name: Object Detector
model_identifier: max-object-detector
description: IBM Model Asset eXchange(MAX) model that localizes and identifies multiple objects in a single image
framework:
Expand Down
2 changes: 1 addition & 1 deletion model-samples/max-ocr/max-ocr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Optical Character Recognition
name: Optical Character Recognition
model_identifier: max-ocr
description: IBM Model Asset eXchange(MAX) model that identifies text in an image.
framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Question Answering
name: Question Answering
model_identifier: max-question-answering
description: IBM Model Asset eXchange(MAX) model that answers questions on a given corpus of text
framework:
Expand Down
2 changes: 1 addition & 1 deletion model-samples/max-recommender/max-recommender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Recommender System
name: Recommender System
model_identifier: max-recommender
description: IBM Model Asset eXchange(MAX) model that generates personalized recommendations
framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Text Sentiment Classifier
name: Text Sentiment Classifier
model_identifier: max-text-sentiment-classifier
description: IBM Model Asset eXchange(MAX) model that detects the sentiment captured in short pieces of text
framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Toxic Comment Classifier
name: Toxic Comment Classifier
model_identifier: max-toxic-comment-classifier
description: IBM Model Asset eXchange(MAX) model that detects 6 types of toxicity in user comments
framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: MAX Weather Forecaster
name: Weather Forecaster
model_identifier: max-weather-forecaster
description: IBM Model Asset eXchange(MAX) model that predicts hourly weather features given historical data for a specific location
framework:
Expand Down

0 comments on commit c21f674

Please sign in to comment.