Update README.md
Browse files
README.md
CHANGED
@@ -28,8 +28,8 @@ pip install --upgrade huggingface_hub
|
|
28 |
from huggingface_hub import hf_hub_download
|
29 |
import sys
|
30 |
# Download the custom model code
|
31 |
-
bert_gts_pretrained = hf_hub_download(repo_id=
|
32 |
-
post = hf_hub_download(repo_id=
|
33 |
|
34 |
sys.path.append(bert_gts_pretrained.rsplit("/", 1)[0])
|
35 |
sys.path.append(post.rsplit("/", 1)[0])
|
|
|
28 |
from huggingface_hub import hf_hub_download
|
29 |
import sys
|
30 |
# Download the custom model code
|
31 |
+
bert_gts_pretrained = hf_hub_download(repo_id='gauneg/bert-gts-absa-triple-laptop', filename="bert_opinion.py")
|
32 |
+
post = hf_hub_download(repo_id='gauneg/bert-gts-absa-triple-laptop', filename="post.py")
|
33 |
|
34 |
sys.path.append(bert_gts_pretrained.rsplit("/", 1)[0])
|
35 |
sys.path.append(post.rsplit("/", 1)[0])
|