Text Classification
Transformers
Safetensors
English
multilingual
llama
text-generation
code
text-embeddings-inference
Instructions to use Ian332/Helper_Bob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ian332/Helper_Bob with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Ian332/Helper_Bob")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Ian332/Helper_Bob") model = AutoModelForCausalLM.from_pretrained("Ian332/Helper_Bob") - Notebooks
- Google Colab
- Kaggle
Gated model You can list files but not access them
Preview of files found in this repository