Gabriel Simmons

Results 16 issues of Gabriel Simmons

**Describe the bug** If a SchemaModel contains more than 38 fields, SchemaModel.to_schema().example() throws an error: ``` hypothesis.errors.Unsatisfiable: Unable to satisfy assumptions of example_generating_inner_function ``` - [x] I have checked that...

bug
help wanted

Hi, I encountered this issue when importing scipdf from a conda environment. I have several environments with spacy installed, each of them most likely at a slightly different version, with...

Hi there! I am wondering if it's possible to use PromptTemplates as values for the `prefix` and `suffix` arguments of `FewShotPromptTemplate`. Here's an example of what I would like to...

This PR implements #783. Now when the format method gets called on `FewShotPromptTemplate`, its `prefix` and `suffix` are formatted via their own `.format()` methods if they are `PromptTemplate`s. Then the...

Hey there, I'm running pd3f on a workstation and accessing via SSH tunnel to my local machine. I'm using the browser GUI to (hopefully 🤞) OCR a book scan with...

**Is your feature request related to a problem? Please describe.** I would like to be able to use common shortcuts like `Ctrl-P`, `Ctrl-N` to navigate through my previous editing instructions...

Hi @chambliss, thanks for this cool project. Not sure what your plans are for maintenance, but just wanted to put this experience out there. I have a use case where...

Hi there, Trying to run the following (with the default model from main.py) throws an error below. I believe this is because there is no `category` column in eMFD_wordlist.csv. Is...

### 🚀 The feature, motivation, and pitch AccelerateRLTrainer.evaluate() logs a table of generated eval outputs and metrics to the metrics tracker. If I understand correctly, only scalar metrics are currently...

feature request