KeivanR's picture
Update qwen_classifier/config.py
c18aa66 verified
raw
history blame
320 Bytes
import torch
# Local config
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
# HF API config
SPACE_URL = "https://keivanr-qwen-classifier-demo.hf.space"
TAG_NAMES = [
'games',
'geometry',
'graphs',
'math',
'number theory',
'other',
'probabilities',
'strings',
'trees'
]