Berkeley-Crossword-Solver
Berkeley-Crossword-Solver copied to clipboard
Hello, I encountered some file format issues while training the model.Now I have a batch of my own Clues and Answers data that I want to use for training, but...
Have you tried using bi encoder self for hard negative mining? Like second stage of training QA model, after using tfidf negatives, or from the beginning (reducing source dependencies). Maybe...
Hi, I am trying to write a colab notebook that will solve puzzles easily for people with no GPU. This is where I got to so far: https://colab.research.google.com/drive/17SQJoHHT36t8fPOam-Kun35mNH4LoxSa?usp=sharing I have...
The code in the "running the solver" is incomplete, missing imports. Would be great if you included a small self contained python with a tiny demo crossword that works after...