Instructions to use FINAL-Bench/Darwin-2B-webgpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use FINAL-Bench/Darwin-2B-webgpu with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('any-to-any', 'FINAL-Bench/Darwin-2B-webgpu');
| library_name: transformers.js | |
| base_model: google/gemma-4-E2B-it | |
| license: apache-2.0 | |
| license_link: https://ai.google.dev/gemma/docs/gemma_4_license | |
| tags: | |
| - conversational | |
| - image-text-to-text | |
| pipeline_tag: any-to-any | |