diff --git a/pebblo/topic_classifier/config.py b/pebblo/topic_classifier/config.py index b056236a..38cc095e 100644 --- a/pebblo/topic_classifier/config.py +++ b/pebblo/topic_classifier/config.py @@ -18,5 +18,5 @@ # Specific model version to use. Revision can be any identifier allowed by # git e.g. branch name, a tag name, or a commit id -# MODEL_REVISION = "5fbbe83dee7ef72c61a8173c4ccf27b19788fc2e" # Pebblo classifier V8 -MODEL_REVISION = "a9a3816784cd6f5feb5a515e9536de78d64d6d49" +#https://huggingface.co/daxa-ai/pebblo-classifier-v2 +MODEL_REVISION = "a9a3816784cd6f5feb5a515e9536de78d64d6d49" #Pebblo classifier v2