-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Central #58
Merged
Merged
Central #58
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
643e60b
add central mode menu utterance to low NLU confidence rule, all centr…
nelealbers 44f616e
increase nlu fallback threshold and retrain
nelealbers 8924724
retrain with --domain domain
nelealbers bd0f0a7
retrain from scratch with domain/
nelealbers e4a4413
add rule for urgent intent at start of conversation
nelealbers fe7596b
retrain and lower nlu fallback threshold
nelealbers 212c715
reset threshold to 0.7, fix syntax rules, retrain
nelealbers 080a06e
add urgent intent to domain and retrain
nelealbers c367bdd
slightly change central mode menu utterance
nelealbers fbb8c23
fix rasa validation complaints
nelealbers 1a88619
Fixed timeout
wbaccinelli c71d646
fixed timeout error
wbaccinelli 9a9ab35
retrain
nelealbers 4b5b4b9
Merge branch 'central' of https://github.com/PerfectFit-project/virtu…
nelealbers 1e4e7ec
lower nlu threshold and retrain
nelealbers b78d67e
threshold again 0.7 but single example for urgent intent
nelealbers 98ec6ae
threshold 0.6 and two examples again for urgent intent
nelealbers 74f9d7a
threshold back to 0.7, remove dietclassifier
nelealbers 4f739e0
moved to rasa 3.2.8 and lower nlu threshold
nelealbers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: "3.0" | ||
version: "3.1" | ||
|
||
nlu: | ||
- intent: request_plan_week | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Stories for rescheduling dialog | ||
version: "3.0" | ||
version: "3.1" | ||
|
||
stories: | ||
|
||
|
Binary file renamed
BIN
+20 MB
...odels/20220919-104605-feldspar-pod.tar.gz → ...s/20220919-135636-either-croissant.tar.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
git+https://github.com/PerfectFit-project/niceday_client | ||
protobuf==3.20.1 # temporary fix | ||
rasa==3.1.0 # NB! when updating, make sure to also update: | ||
rasa==3.2.8 # NB! when updating, make sure to also update: | ||
# * rasa base image in actions/Dockerfile, | ||
# * version number in nlu.yml, story files, rules.yml, | ||
# * format of stories, domain.yml etc. if necessary |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nelealbers I think this needs to be changed, but everything is working now! Nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wbaccinelli I thought so at first too, but it seems that rasa-sdk has different non-matching version numbers: https://rasa.com/docs/action-server/rasa-sdk-changelog/. Their newest version is 3.2.1 according to their changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nelealbers ok, perfect! I will merge the branch then.