from transformers import AutoModelForCausalLM, AutoTokenizer import torch def get_user_input(): # Gather basic user input for the search name = input("Enter the name of the person you're searching for: ") age = input("Enter the approximate ag
No models have been pushed.
Readme
No readme