Spaces:
Runtime error
Runtime error
Commit
·
801e77c
1
Parent(s):
8cd3d58
Update upload.py
Browse files
upload.py
CHANGED
|
@@ -13,3 +13,12 @@ upload_file("upload.py","upload.py","ajitrajasekharan/self-supervised-ner-PER-OR
|
|
| 13 |
|
| 14 |
#config_file_url = hf_hub_url("nlpaueb/legal-bert-base-uncased", filename="pytorch_model.bin")
|
| 15 |
#cached_download(config_file_url)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
#config_file_url = hf_hub_url("nlpaueb/legal-bert-base-uncased", filename="pytorch_model.bin")
|
| 15 |
#cached_download(config_file_url)
|
| 16 |
+
#import pdb
|
| 17 |
+
#from huggingface_hub import hf_hub_url, cached_download
|
| 18 |
+
#from huggingface_hub import hf_hub_download
|
| 19 |
+
|
| 20 |
+
#pdb.set_trace()
|
| 21 |
+
#url = hf_hub_url("nlpaueb/legal-bert-base-uncased", filename="pytorch_model.bin")
|
| 22 |
+
#hf_hub_download("nlpaueb/legal-bert-base-uncased", filename="pytorch_model.bin")
|
| 23 |
+
#file_url = hf_hub_url("nlpaueb/legal-bert-base-uncased", filename="pytorch_model.bin")
|
| 24 |
+
#cached_download(file_url)
|