Instructions to use danielm2402/gemma_sci with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danielm2402/gemma_sci with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("danielm2402/gemma_sci", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| license: mit | |
| base_model: "gpt2" | |
| tags: | |
| - example | |
| - demo | |
| # Fine-tuning Gemma model | |
| Trained model for solving basic data science questions. | |