Instructions to use NbAiLabArchive/test_NCC_OSCAR_style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLabArchive/test_NCC_OSCAR_style with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLabArchive/test_NCC_OSCAR_style")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLabArchive/test_NCC_OSCAR_style") model = AutoModelForMaskedLM.from_pretrained("NbAiLabArchive/test_NCC_OSCAR_style") - Notebooks
- Google Colab
- Kaggle
changed script name only
Browse files
run_ncc_like_oscar.py → run_ncc_like_oscar.sh
RENAMED
|
File without changes
|