ohmeow
ohmeow
Hi there, Running this against many trivial examples and it seems to miss obvious co-references ... here's an example of what I mean: Input: "My dogs love the beach. They...
I noticed there is one of the uvicorn-gunicorn image ... but I love the + fastapi images because it includes the reload.sh file. Thanks
Is there an example of how to integrate piccolo into an existing fastapi application? Something along the lines of the examples in the fastapi docs [here](https://fastapi.tiangolo.com/tutorial/sql-databases/) and [here](https://fastapi.tiangolo.com/advanced/async-sql-databases/#connect-and-disconnect). I'm interested...
> Using a dataset of annotated Esperanto POS tags formatted in the CoNLL-2003 format Where is this dataset? Thanks!
**What is the name of your project?** Blurr **What is the repo URL?** https://github.com/ohmeow/blurr **Is there anything else I should know about the code?** It's an integration library for fast.ai...
What was your loss for both the abstractive and extractive models on the validation and test sets?
I couldn't find this in your paper or in the github. Thanks much!
... in particular when we run `tokenizer.train(...)`
I've tried but still keep getting messages about the vLLM editable pip install not being able to determine if cuda is installed. Replacing this line in the requirements.txt ` -e...
I'm running with 11.8 and have PyTorch 2.1.2+cu118 installed ... but can't install from the requirements.txt. Any ideas how to fix this? Thanks
So I'm attempting to run the DPO LoRA script and I'm getting this error: ``` RuntimeError: The size of tensor a (0) must match the size of tensor b (4096)...