Bjarke Felbo

Results 26 issues of Bjarke Felbo

Hi, Great repository! You should consider adding DeepMoji ([github](https://github.com/bfelbo/DeepMoji), [demo](deepmoji.mit.edu)). A very brief summary is: "A model that encodes short texts into 2304 features representing the emotional content. Yields state-of-the-art...

Thanks for a great piece of code! Have you considered typing it? That would make it easier to use and to improve on :)

# Platform Running on: - [x] CPU - [ ] GPU Interface: - [ ] C++ - [x] Python # Feature Request It would be incredible if you could support...

enhancement

The latest version of psycopg2 has improvements like ability to fetch with `extras.executevalues()`. It would be awesome if you could update this repo to support the latest version.

Explain in docs that there's no runtime included. Helps covers common questions, e.g.: - https://github.com/laverdet/isolated-vm/issues/324 - https://github.com/laverdet/isolated-vm/issues/27 - https://github.com/laverdet/isolated-vm/issues/217

We're facing some pino logging issues and considering enabling `sync: true` to fix those. However, it's hard to make that tradeoff without understand the performance impact. [The docs](https://getpino.io/#/docs/asynchronous) mention that...

### What do you want to happen? We're currently using WebSockets for multiplayer gaming. We would love to use [WebTransport](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport_API) instead as it offers a reliable channel that has better...

The README currently specifies RN 0.62, which was released about 4 years ago. It'd be great to know if this library works with latest React Native versions?

### Introduction WebTransport is an exciting new way to easily add low-latency UDP sockets for your application. To quote [WebKit](https://github.com/WebKit/standards-positions/issues/18#issuecomment-1495890122): > Providing unidirectional and bidirectional streams, as well as potentially-unreliable...

I'm trying to understand subword tokenization more in depth and as part of my explorations I trained BPE and WordPiece on a small corpus of 250K words with identical `continuing_subword_prefix`,...

Stale