freedomisfreed
freedomisfreed t1_itis74n wrote
Reply to [D] Simple Questions Thread by AutoModerator
Hi, I'm learning how to use GPT-J-6B. I am wondering if there is a way to do something like autocompletion with it? Based on input, generate a set of expected next words with probabilities?
I see many tutorials, but they all use it to just generate lots of text. But I'm looking for it to generate a tree, not just the DFS path. If someone can help point me to a specific function in the codebase, I would appreciate it.
freedomisfreed t1_itq3bft wrote
Reply to Is there a computer program that tracks keys pressed? by Aggressive_Grocery61
You can use AutoHotkey and install the script here: https://www.autohotkey.com/board/topic/73858-looking-for-efficient-key-logger-script/
It's in the post by Matt3245234532.
AutoHotkey is safer since you can see the code you are running, but it also opens you to potential viruses as the other posts say. So I would install it, then make sure it's uninstalled after you are done checking.