ICE-INTERN
Collection
Series model of ICE-INTERN • 4 items • Updated
How to use ICE-PIXIU/ICE-INTERN-dtt-7B with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="ICE-PIXIU/ICE-INTERN-dtt-7B", trust_remote_code=True) # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ICE-PIXIU/ICE-INTERN-dtt-7B", trust_remote_code=True, dtype="auto")No model card