文件名称:Unsupervised-Intent:无监督意图检测的代码和资源
文件大小:492KB
文件格式:ZIP
更新时间:2024-04-18 23:07:38
Python
无监督意图 无监督意图检测的代码和资源 安装 pip install -r requirements.txt conda install faiss-cpu -c pytorc 跑步: python unit_test.py --ranker_method transformer --random_shuffle 1 帮助: --ranker_method: fasttext: fasttext based word vectors in ranking transformer: sentence transformer based word vectors raking indexing: FAISS based indexing --random_shuffle: 1 : (default value) 1 to set random shuff
【文件预览】:
Unsupervised-Intent-main
----pipeline()
--------__init__.py(86B)
--------intent_classify.py(842B)
--------IntentRanker.py(4KB)
----data()
--------predictions_indexing.csv(340KB)
--------predictions_transformer.csv(340KB)
--------indexed_files()
--------intent_data_test.csv(346KB)
--------predictions.csv(340KB)
----unit_test.py(3KB)
----LICENSE(1KB)
----requirements.txt(34B)
----README.md(753B)
----utils()
--------index.py(3KB)
--------faiss_indexer.py(4KB)