Instructions to use LegendaryDawn/ours_sft_iter0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LegendaryDawn/ours_sft_iter0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="LegendaryDawn/ours_sft_iter0")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("LegendaryDawn/ours_sft_iter0") model = AutoModel.from_pretrained("LegendaryDawn/ours_sft_iter0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload tokenizer e804cca verified
chenxi commited on
Upload model 371586e verified
chenxi commited on
initial commit 274666f verified
chenxi commited on