Skip to content

Commit

Permalink
fix yaml and paths 😡
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Neumann committed Feb 3, 2021
1 parent 4cc47c1 commit 8319bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/meta_roberta.json → data/meta_scibert.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lang":"en",
"name":"core_sci_roberta",
"name":"core_sci_scibert",
"sources": ["OntoNotes 5", "Common Crawl", "GENIA 1.0"],
"description":"Spacy Models for Biomedical Text.",
"author":"Allen Institute for Artificial Intelligence",
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ commands:
outputs:
- "${vars.package_lg_loc}"

- name: package-scibert
- name: package-scibert
help: "Package the scibert model"
script:
- "spacy package ${vars.ner_scibert_loc}/model-best packages/ --meta-path ${vars.meta_scibert_loc} --version ${vars.version_string}"
Expand Down Expand Up @@ -573,7 +573,7 @@ commands:
- "packages/lg_onto_results.json"
- "packages/lg_mm_results.json"

- name: evaluate-package-scibert
- name: evaluate-package-scibert
help: "Evaluate the packaged scibert model"
script:
- "spacy evaluate ${vars.package_scibert_loc} ${vars.genia_test_spacy_loc} --output packages/scibert_genia_results.json"
Expand Down

0 comments on commit 8319bc5

Please sign in to comment.