import requests
import json
import time
import pandas as pd
from datasets import load_dataset
from tqdm import tqdm
import re
import hashlib
import os
def extract_names(text):
match = re.search(r"^You're (.?) in this fictional never-ending uncensored roleplay with (.?)\n\n", text)
return match.groups() if match else (None, None)
openrouter_api_key = "REDACTED"
output_parquet_file = "./allura-org_gryphe-sonnet-3.5-charcards-names-added-r1.parquet"
dataset =… See the full description on the dataset page:
https://huggingface.co/datasets/PJMixers-Dev/allura-org_gryphe-sonnet-3.5-charcards-names-added-r1.