Skip to content

Commit

Permalink
fix: bump ingredient detection model version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Sep 17, 2024
1 parent 2203ecf commit dfa2614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotoff/prediction/ingredient_list/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
INGREDIENT_ID2LABEL = {0: "O", 1: "B-ING", 2: "I-ING"}

MODEL_NAME = "ingredient-detection"
MODEL_VERSION = "ingredient-detection-1.0"
MODEL_VERSION = "ingredient-detection-1.1"


@dataclasses.dataclass
Expand Down

0 comments on commit dfa2614

Please sign in to comment.