Shadowrocket-ADBlock-Rules
Shadowrocket-ADBlock-Rules copied to clipboard
提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。
In the ~/.spago dir: There is no deepset , if we do not create it for the huggingface-importer.
If you convert `facebook/bart-large-mnli` and use it to evaluate the demo text at [huggingface](https://huggingface.co/facebook/bart-large-mnli) and compare against a local Python setup for verification, we find that: - the online demo...
Cool project! I wonder if spaGO will support other languages? For example Russian?
Using this [Chinese model](https://huggingface.co/luhua/chinese_pretrain_mrc_roberta_wwm_ext_large?context=%E6%88%91%E5%8F%AB%E5%85%8B%E6%8B%89%E6%8B%89%EF%BC%8C%E6%88%91%E4%BD%8F%E5%9C%A8%E4%BC%AF%E5%85%8B%E5%88%A9%E3%80%82&question=%E6%88%91%E7%9A%84%E5%90%8D%E5%AD%97%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F) This model runs on python locally, the output is correct, but from spaGO is not. Similar to #101, but I cannot find the bool parameter for...
I ran memory profiling for the code https://github.com/nlpodyssey/spago/issues/103 and spago version uses 3.9 GB when compared to 1.2 GB of python. The model sizes are similar `valhalla/distilbart-mnli-12-3` , it is...
I appreciate everyone involved with the spago project for developing a proper Machine Learning framework for Go. I'm in the process of exploring spago and found that the output for...
Hi Matteo in your gophercon deck you mentioned to have gpu friendly gorgonia tensors on spago's roadmap. I am curious about how this might work. Could you give any pointers....
@evanmcclure what do you think about a simple landing page?
Did you guys compare this library for equivalent implementations in numpy, scipy, sklear, Pytorch, Tensorflow? If GPU is not supported, you can try reporting CPU versions. AFAIK both Pytorch and...
Hey Guys, I saw that there are 227 uses of panic in 87 files and I do understand your motivation behind it. Go's implicit error returns stand in the way...