Familia icon indicating copy to clipboard operation
Familia copied to clipboard

A Toolkit for Industrial Topic Modeling

Results 26 Familia issues
Sort by recently updated
recently updated
newest added

我的脚本如下: #coding='utf-8' import paddlehub as hub slda_weibo = hub.Module(name="slda_weibo") topic_dist = slda_weibo.infer_doc_topic_distribution("说点好对 一个ip地址这么容易被看见 真的需要帮助的时候又找不到了") print(topic_dist) 输出日志如下: [2022-06-24 00:30:28,337] [ WARNING] - The _initialize method in HubModule will soon be deprecated,...

请问SLDA模型的训练效果是怎么样的?是否还是跟LDA一样使用困惑度和主题一致性来评估?

报错: make[1]: Entering directory `/data/wangsenhao/nlp_service/Familia/glog-0.3.4' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -fPIC -MT src/libglog_la-logging.lo -MD -MP -MF src/.deps/libglog_la-logging.Tpo -c -o src/libglog_la-logging.lo...

系统版本wsl2 ubuntu18.04 slda demo报错 paddle version =2.1.2

涉及到paddlepaddle和paddlehub的使用,版本是真的垃圾,也就注明一下requirements。paddlehub 1.8-2.1 、paddlepaddle 1.8-2.1都试过了,报各种各样的错误,paddle整体升级,能不能做一下兼容 ![image](https://user-images.githubusercontent.com/13725297/130037734-4bad9e01-75cc-4a52-bee2-b22e9328e06c.png) 我都不知道用哪个版本了,真是吐了

https://github.com/baidu/Familia/blob/6dd8d9edb2839a9e33f31754ed1cd63ed4344a40/Makefile#L72 Here is the reproducible code script. ```bash $ sh build.sh rm -rf glog-0.3.4.tar.gz glog-0.3.4 wget --no-check-certificate http://raw.githubusercontent.com/ZeyuChen/third_party/master/package//glog-0.3.4.tar.gz && tar -zxf glog-0.3.4.tar.gz rm -rf inference_demo rm -rf doc_distance_demo rm -rf...

i want to use the sentenceLDA model. i run the command: $ sh build.sh $ cd model $ sh download_model.sh $ cd .. when building ,it arised some warnings but...