laion/strategic_game_chess
Viewer • Updated • 3.24M • 12.8k • 31
How to use benozen/chess-finetune-output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="benozen/chess-finetune-output") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("benozen/chess-finetune-output")
model = AutoModelForSequenceClassification.from_pretrained("benozen/chess-finetune-output")This model is a fine-tuned version of on an unknown dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
benozen/chess-model-output