gregco commited on
Commit
e151cec
·
verified ·
1 Parent(s): 8307b30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ import numpy as np
85
 
86
  # Load components
87
  clf = joblib.load(hf_hub_download(
88
- repo_id="gregco/balance-tes-haters-classifier",
89
  filename="harassment_arctic_mlp.joblib",
90
  ))
91
  encoder = SentenceTransformer("Snowflake/snowflake-arctic-embed-l-v2.0")
 
85
 
86
  # Load components
87
  clf = joblib.load(hf_hub_download(
88
+ repo_id="DataForGood/balance-tes-haters-classifier",
89
  filename="harassment_arctic_mlp.joblib",
90
  ))
91
  encoder = SentenceTransformer("Snowflake/snowflake-arctic-embed-l-v2.0")