|
|
|
|
|
by jacob-jackson
2526 days ago
|
|
As far as I can tell, it suggests one token at a time and uses its model to help rank these tokens. This is useful, but there is a lot to be gained by suggesting multiple tokens at once. TabNine has always included a logistic regression model to help rank completions. It uses features such as the occurrence frequency of the token and the number of similar contexts in which it occurs. |
|
Also, TabNine mentions they are using transformers, which is not logistic regression. The context will be inferred using attention.