gauneg commited on
Commit
e370cad
·
verified ·
1 Parent(s): ef90672

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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="gauneg/bert-gts-absa-triple", filename="bert_opinion.py")
32
- post = hf_hub_download(repo_id="gauneg/bert-gts-absa-triple", filename="post.py")
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])