nataliegilbert
commited on
Commit
•
0d73126
1
Parent(s):
0a05e5e
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ from transformers import DistilBertTokenizer, DistilBertModel</pre>
|
|
44 |
|
45 |
# Load model from Huggingface (Please load test data into test_df below)
|
46 |
<pre>repo_id='awngsz/lr_model'
|
47 |
-
filename='
|
48 |
|
49 |
model_file_path=hf_hub_download(repo_id=repo_id, filename=filename) <br>
|
50 |
model=joblib.load(model_file_path)
|
|
|
44 |
|
45 |
# Load model from Huggingface (Please load test data into test_df below)
|
46 |
<pre>repo_id='awngsz/lr_model'
|
47 |
+
filename='lr_clf_test2.joblib'
|
48 |
|
49 |
model_file_path=hf_hub_download(repo_id=repo_id, filename=filename) <br>
|
50 |
model=joblib.load(model_file_path)
|