From 864c35eddacca3456ebbe2962873da5bde23c4d9 Mon Sep 17 00:00:00 2001 From: gdy-scu Date: Mon, 22 Apr 2024 18:46:21 +0800 Subject: [PATCH] Update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d61ff20..aebf66f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ IntentDrivenFTP │ │ config.py (configration of the models in stage2) │ │ train.py (traning file for the IID model) │ │ utils.py (tools for the project) +│ │ vocab +│ │ │ intent_class.txt (dictionary of the intent and the corresponding index) +│ │ └─vocab_word.txt (dictionary of the words and the corresponding index) │ └─data (example data for the intent-oriented instruction embedding learning) │ └─example_data.csv (Example data file) │