Results 49 comments of QinLuo

Found this one: https://github.com/linkfluence/fastText4j, the prediction is quite same.

Urgent need for Chinese pretrain model

Still looking forward to this. thanks @dinghanshen

用你的代码,跑 sogou 的语料预测出来全是 _UNK, 或标点符号,或者“的”之类的停用词。你能详细说下你的数据处理及模型参数优化吗?谢谢 我训练的时候用 100w 条样本,收敛时困惑度是 6 左右

One more try: step 1: create and start a new volume ``` docker stop wandb-local docker volume rm wandb docker run -e LOCAL_RESTORE=true --rm -d -v wandb:/vol -p 8080:8080 --name...

> @better629 with the latest try(https://github.com/wandb/local/issues/64#issuecomment-1106030481), I do not meet such same error(`entity already exists for the user xxxx`). Does the username (`xxxx`) in signup page is same as the...

> @ericxsun I use the email with other username which I update the sql table. If it should be the same, I will try it. After login in, do u...

> > > There has been no change in this interface. Is there any method to tackle it? It'll cost much time to init the environment Waiting!!! or try again(if...

Using the main branch `applications/ColossalMoE`, I include: ``` elif args.plugin == "gemini": plugin = GeminiPlugin( precision=args.precision, initial_scale=2 ** 16, max_norm=1.0, tp_size=1, extra_dp_size=1 ) ``` I still encountered the error: ```...