ajitrajasekharan's picture
Upload upload.py
eb9d4df
raw history blame
No virus
824 Bytes
#huggingface-cli login
from huggingface_hub import upload_file
#upload_file("bio/a100_labels.txt","bio/a100_labels.txt","ajitrajasekharan/self-supervised-ner-PER-ORG-LOC",repo_type="space")
#upload_file("bbc/bbc_labels.txt","bbc/bbc_labels.txt","ajitrajasekharan/self-supervised-ner-PER-ORG-LOC",repo_type="space")
#upload_file("batched_main_NER.py","batched_main_NER.py","ajitrajasekharan/self-supervised-ner-PER-ORG-LOC",repo_type="space")
#upload_file("ensemble_config.json","ensemble_config.json","ajitrajasekharan/self-supervised-ner-PER-ORG-LOC",repo_type="space")
#upload_file("entity_types_consolidated.txt","entity_types_consolidated.txt","ajitrajasekharan/self-supervised-ner-PER-ORG-LOC",repo_type="space")
upload_file("upload.py","upload.py","ajitrajasekharan/self-supervised-ner-PER-ORG-LOC",repo_type="space")