commit 3dc4ce909e1996521602a7666933670d639285bd
parent e3450fff21dac4a31f769b700b8e2d6a7b818c35
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 18 Jan 2024 13:47:53 +0100
Fix CI
Diffstat:
2 files changed, 4 insertions(+), 25 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -8,9 +8,9 @@ jobs:
name: Training and Testing
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
- name: Rasa Train and Test GitHub Action
- uses: RasaHQ/rasa-train-test-gha@main
+ uses: RasaHQ/rasa-train-test-gha@v2
with:
requirements_file: requirements.txt
data_validate: true
@@ -22,7 +22,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload model
if: github.ref == 'refs/heads/main'
- uses: actions/upload-artifact@master
+ uses: actions/upload-artifact@v4
with:
name: model
path: models
\ No newline at end of file
diff --git a/config.yml b/config.yml
@@ -11,29 +11,8 @@ assistant_id: matrix_helper_bot
language: en
pipeline:
-# # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
-# # If you'd like to customize it, uncomment and adjust the pipeline.
-# # See https://rasa.com/docs/rasa/tuning-your-model for more information.
-# - name: WhitespaceTokenizer
-# - name: RegexFeaturizer
-# - name: LexicalSyntacticFeaturizer
-# - name: CountVectorsFeaturizer
-# - name: CountVectorsFeaturizer
-# analyzer: char_wb
-# min_ngram: 1
-# max_ngram: 4
-# - name: DIETClassifier
-# epochs: 100
-# constrain_similarities: true
-# - name: EntitySynonymMapper
-# - name: ResponseSelector
-# epochs: 100
-# constrain_similarities: true
-# - name: FallbackClassifier
-# threshold: 0.3
-# ambiguity_threshold: 0.1
- name: SpacyNLP
- model: en_core_web_trf
+ model: en_core_web_md
- name: SpacyTokenizer
- name: SpacyFeaturizer
- name: RegexFeaturizer