PromptExpert

Results 8 issues of PromptExpert

When the training finished, how does the model give a new sentence a probability?

AhoCorasick算法本身就是对trie树的拓展,既然谈到AhoCorasick就不必说trie树了。hankcs这个算法创造性地用双数组表达了AhoCorasick算法的goto函数,然而并没有在trie树上做什么改动,所以把这个算法理解成双数组表达的AhoCorasick是不是更恰当些?

很感兴趣,谢谢!

In document classification, or text summarization, the data is a document, precisely a sequence of sentences. How to use torchtext to preprocess a document into a matrix?

https://github.com/PaddlePaddle/PaddleVideo/blob/develop/applications/VideoQualityAssessment/dataset/dataset_url.txt 中, 官网数据集下载地址:http://database.mmsp-kn.de/konvid-150k-vqa-database.html 打不开

大神你好! 我把Elasticsearch下好了,服务挂起来了,但是运行`python insert_es.py`时发生了如下错误: `Traceback (most recent call last): File "insert_es.py", line 161, in init_ES() File "insert_es.py", line 111, in init_ES pie.create_mapping() File "insert_es.py", line 72, in create_mapping self.es.indices.create(index=self._index, body=node_mappings) File...