Time-HD-Anonymous/ST-Bench
Viewer • Updated • 42.2k • 407 • 1
How to use Time-HD-Anonymous/STReasoner-8B-Align with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="Time-HD-Anonymous/STReasoner-8B-Align", trust_remote_code=True) # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Time-HD-Anonymous/STReasoner-8B-Align", trust_remote_code=True)
model = AutoModel.from_pretrained("Time-HD-Anonymous/STReasoner-8B-Align", trust_remote_code=True)# Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Time-HD-Anonymous/STReasoner-8B-Align", trust_remote_code=True)
model = AutoModel.from_pretrained("Time-HD-Anonymous/STReasoner-8B-Align", trust_remote_code=True)This model is a fine-tuned version of Qwen/Qwen3-8B on the alignment dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Time-HD-Anonymous/STReasoner-8B-Align", trust_remote_code=True)