Fachuan Bai

Results 10 comments of Fachuan Bai

不是替换的问题,而是tokenizer序列化后再反序列出来有问题,丢失了很多key,不要提前去生成词袋,运行的时候动态生成就行。

修改gitment.browser.js文件的3416行将`https://gh-oauth.imsun.net/`替换成:`https://baifachuan.com:8443/` 该服务器代码在:`https://github.com/imsun/gh-oauth-server`,不会记录任何信息,我也是自己的博客使用:`https:www.baifachuan.com`,因为该服务器需要https,所以构建在自己的服务下,需要的可以使用。修改后的代码为: ``` _utils.http.post('https://www.baifachuan.com:8443', { code: code, client_id: client_id, client_secret: client_secret }, '').then(function (data) { _this.accessToken = data.access_token; _this.update(); }).catch(function (e) { _this.state.user.isLoggingIn = false; alert(e); }); } else {...

> 修改gitment.browser.js文件的3416行将https://gh-oauth.imsun.net/ 换成: https://baifachuan.com:8443/ 我自己重新搭建了一个这个代理服务。纯代理。

修改gitment.browser.js文件的3416行将`https://gh-oauth.imsun.net/`替换成:`https://baifachuan.com:8443/` 该服务器代码在:`https://github.com/imsun/gh-oauth-server`,不会记录任何信息,我也是自己的博客使用:`https:www.baifachuan.com`,因为该服务器需要https,所以构建在自己的服务下,需要的可以使用。修改后的代码为: ``` _utils.http.post('https://www.baifachuan.com:8443', { code: code, client_id: client_id, client_secret: client_secret }, '').then(function (data) { _this.accessToken = data.access_token; _this.update(); }).catch(function (e) { _this.state.user.isLoggingIn = false; alert(e); }); } else {...

> The project is dead I want to get a Linux pad, if this pad is dead, any other pad can we choose?

你这边能加工么?我预定一份。。

Because the target is built with ios 14, you need to rebuild the target on macOS, then copy it to your iPad. Your iPad os version is above the program...

> > 这个数据集是公开的:https://github.com/tatsu-lab/stanford_alpaca lora 训练方法也是公开的:https://github.com/tloen/alpaca-lora > > 作者说的:”不是,针对visual-openllm场景弄的数据“ 。我理解应该是自己做了一批数据吧。 visual-openllm肯定是自己做了一批数据集,甚至格式都不太一样,stanford那个只是个可能的参考样例,且中文很有问题,拿它训练后,基本就是胡说了。

visual-openllm 的数据集应该是要包含2部分,一部分是针对正常的回答,返回指令,例如: \ xxxx 第二部分是翻译部分,比如上面的\ 后面的那部分,如果模型识别到是t2i,则需要把后半截做一个中英文互译,这样才能走sd,这个数据集肯定不是开源能拿到的,是需要自己进行整理的。