Skip to content

Commit

Permalink
resolved drive errors
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre900 committed Mar 5, 2021
1 parent 93a4c20 commit 076aeb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline:
# dimensions:
# - number
- name: DIETClassifier
epochs: 100
epochs: 150
- name: EntitySynonymMapper
- name: ResponseSelector
epochs: 300
Expand Down
6 changes: 5 additions & 1 deletion data/nlu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ nlu:
- book restaurant
- where can i get good food.
- tell me a place to get great food.
- where can i find some good food?
- where can i find tasty food?
- intent: cuisine
examples: |
- where can I get [cuisine](cuisine)
Expand Down Expand Up @@ -498,6 +500,8 @@ nlu:
- Is there a [doctor](Health_Care_Centre) nearby?
- Where can I find a [dentist](Health_Care_Centre)?
- Where can I find a [paediatrician](Health_Care_Centre)?
- I have a [fever](Health_Care_Centre).
- I have a [fever](Health_Care_Centre), where should i go?
- intent: stop
examples: |
- ok then you cant help me
Expand Down Expand Up @@ -2170,4 +2174,4 @@ nlu:
- synonym: chem department
examples: |
- chemical department
- chemical engineering department
- chemical engineering department
4 changes: 2 additions & 2 deletions domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ responses:
text: Amul is located near the boys hostel, besides the sports complex.
title: Amul
utter_location_nescafe:
- custom:
- custom:
text: Nescafe is right in front of the boys hostel.
title: Nescafe
utter_location_nandini:
Expand Down Expand Up @@ -679,7 +679,7 @@ responses:
title: ECEDepartment
utter_location_eee_department:
- custom:
text: The Electrical and Electronics Engineering Department is in the west side of the campus, near LHC-C and ECE Department.
text: The Electrical and Electronics Engineering Department is in the west side of the campus, near LHC-C and ECE Department.
title: EEEDepartment
utter_location_mech_department:
- custom:
Expand Down

0 comments on commit 076aeb7

Please sign in to comment.