Instructions to use KennerFrench/Einstein with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KennerFrench/Einstein with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KennerFrench/Einstein")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KennerFrench/Einstein", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| license: mit | |
| datasets: | |
| - databricks/databricks-dolly-15k | |
| language: | |
| - en | |
| metrics: | |
| - accuracy | |
| base_model: | |
| - google/gemma-3-27b-it | |
| pipeline_tag: text-classification | |
| library_name: transformers | |
| tags: | |
| - finance | |