Instructions to use ericlewis/infinite-craft-functiongemma-270m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ericlewis/infinite-craft-functiongemma-270m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ericlewis/infinite-craft-functiongemma-270m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -4,10 +4,11 @@ library_name: transformers
|
|
| 4 |
model_name: infinite-craft-functiongemma-270m
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- hf_jobs
|
| 8 |
-
- trl
|
| 9 |
- sft
|
|
|
|
| 10 |
- trackio:https://ericlewis-trackio.hf.space?project=infinite-craft&runs=functiongemma-270m-100k-3ep&sidebar=collapsed
|
|
|
|
|
|
|
| 11 |
licence: license
|
| 12 |
---
|
| 13 |
|
|
|
|
| 4 |
model_name: infinite-craft-functiongemma-270m
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
- sft
|
| 8 |
+
- trl
|
| 9 |
- trackio:https://ericlewis-trackio.hf.space?project=infinite-craft&runs=functiongemma-270m-100k-3ep&sidebar=collapsed
|
| 10 |
+
- hf_jobs
|
| 11 |
+
- trackio
|
| 12 |
licence: license
|
| 13 |
---
|
| 14 |
|