Skip to content

Commit a420bc8

Browse files
authored
Merge pull request #96 from NeotomaDB/final-edits
Final edits
2 parents a37da8b + af84c3a commit a420bc8

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

docker/article-relevance-retrain/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY models/article-relevance ./models/article-relevance
1818

1919
# Copy the data folder into the container
2020
COPY data/article-relevance ./data/article-relevance
21-
COPY data/data-review-tool/processed ./data/data-review-tool/processed
21+
COPY data/data-review-tool ./data/data-review-tool
2222

2323

2424
# Copy the shell script to the container

docker/article-relevance-retrain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pyarrow==11.0.0
77
langdetect==1.0.9
88
joblib==1.2.0
99
scikit-learn==1.2.2
10-
sentence-transformers==2.2.2
10+
sentence-transformers~=2.2
1111
matplotlib==3.7.1

docker/article-relevance/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pyarrow==11.0.0
77
langdetect==1.0.9
88
joblib==1.2.0
99
scikit-learn==1.2.2
10-
sentence-transformers==2.2.2
10+
sentence-transformers~=2.2

models/article-relevance/.gitkeep

Whitespace-only changes.

notebooks/2.0-entity-extraction-baselines.ipynb renamed to notebooks/entity-extraction/1.0-entity-extraction-baselines.ipynb

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)