We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a92da0 commit e9d3998Copy full SHA for e9d3998
2 files changed
.github/workflows/sentiment.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/cache@v3
36
with:
37
path: SaveModel/
38
- key: ${{ runner.os }}-sentiment-model-v3 # 모델 v3
+ key: ${{ runner.os }}-sentiment-model-v4 # 모델 v4
39
restore-keys: |
40
${{ runner.os }}-sentiment-model-
41
upstock/storage/downloader.py
@@ -17,7 +17,7 @@ def download_model_file():
17
18
file_paths = [
19
paths.model_gz,
20
- paths.model_h5_gz,
+ # paths.model_h5_gz,
21
paths.tokenizer
22
]
23
0 commit comments