Instructions to use HuggingFaceBio/Carbon-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HuggingFaceBio/Carbon-3B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HuggingFaceBio/Carbon-3B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,10 +11,11 @@ datasets:
|
|
| 11 |
- HuggingFaceBio/carbon-pretraining-corpus
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
| 14 |
# Carbon-3B
|
| 15 |
|
| 16 |
A generative DNA foundation model from the **Carbon** family.
|
| 17 |
-
> TODO: add a banner
|
| 18 |
|
| 19 |
## Table of Contents
|
| 20 |
|
|
|
|
| 11 |
- HuggingFaceBio/carbon-pretraining-corpus
|
| 12 |
---
|
| 13 |
|
| 14 |
+

|
| 15 |
+
|
| 16 |
# Carbon-3B
|
| 17 |
|
| 18 |
A generative DNA foundation model from the **Carbon** family.
|
|
|
|
| 19 |
|
| 20 |
## Table of Contents
|
| 21 |
|