We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab13c9 commit 6a92da0Copy full SHA for 6a92da0
1 file 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-v2 # 모델 v2
+ key: ${{ runner.os }}-sentiment-model-v3 # 모델 v3
39
restore-keys: |
40
${{ runner.os }}-sentiment-model-
41
0 commit comments