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