bego
commited on
Commit
•
bceabb4
1
Parent(s):
3fb7672
Update README.md
Browse files
README.md
CHANGED
@@ -31,4 +31,4 @@ import joblib
|
|
31 |
|
32 |
# Descargar y cargar el modelo
|
33 |
model_path = hf_hub_download(repo_id="begoach1/opinion_classifier", filename="modelo_clasificador_reentrenado_lp_ros.pkl")
|
34 |
-
clf_combined = joblib.load(model_path)
|
|
|
31 |
|
32 |
# Descargar y cargar el modelo
|
33 |
model_path = hf_hub_download(repo_id="begoach1/opinion_classifier", filename="modelo_clasificador_reentrenado_lp_ros.pkl")
|
34 |
+
clf_combined = joblib.load(model_path)
|