Ted Sanders

Results 148 comments of Ted Sanders

Great catch and thanks for the super helpful documentation. Would it be easier just to write `sentences[:i]` instead of `sentences[:i+1][:-1]`? Seems odd that the list is being sliced twice in...

Thanks! Merged.

Thanks for the contribution. I tried running your submission and got an error on the 4th cell: ``` --------------------------------------------------------------------------- ParameterError Traceback (most recent call last) [/var/folders/r4/x3kdvs816995fnnph2gdpwp40000gn/T/ipykernel_14653/3454959581.py](https://file+.vscode-resource.vscode-cdn.net/var/folders/r4/x3kdvs816995fnnph2gdpwp40000gn/T/ipykernel_14653/3454959581.py) in 23 # get...

I also see two of the packages aren't used - could clean them up from the imports: - openai - pickle

Also, is it common to refer to a sliding window over the document as the time domain? If it anything, it feels like a spatial dimension more than the time...

One more suggestion: - add error bars (binomial standard error = sqrt(p*(1-p)/n)) so that people know whether the differences are statistically significant or not

Haven't heard back, so will close this for now.

Can you give an example? The counts match in the example in the notebook.

FYI, we just changed how we count tokens on our backend. Total token consumption is the same, but we're now counting one more token as part of the prompt and...