Anubhav Tiwari

Results 7 comments of Anubhav Tiwari

I've written a script to convert the doccano output jsonl to bilou format json that can be directly converted and used for spacy training. Check it out here : https://github.com/abtExp/doccano_to_bilou...

Can you please suggest what might be causing the memory issue?

Still getting the same error trying with both 0.0.18 and the pre version ![stable](https://user-images.githubusercontent.com/15520739/233607123-92dd5ccc-79f8-49eb-8e46-70702c1b2922.png) Stable config ![pre](https://user-images.githubusercontent.com/15520739/233607234-40ef6aed-8de6-496d-ab66-008e7ee00b57.png) Pre Config Error ![image](https://user-images.githubusercontent.com/15520739/233607334-7d7073d3-7711-434f-8ba8-a195202cdbb7.png)

running on docker with CUDA 11.8 and ubuntu 22.04

@alihassanijr thanks, that was the issue🤦

@jonpincus , you can simply run pip install -e . from the human-eval directory after cloning.

@xupeng1910 the generate_one_completion function returns the model output or the completed code without the input prompt to the model. As you can see in the example_solutions.jsonl and example_problem.jsonl, the input...