Instructions to use Groovy-123/QuantumAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Groovy-123/QuantumAI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Groovy-123/QuantumAI")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Groovy-123/QuantumAI", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ metrics:
|
|
| 11 |
base_model:
|
| 12 |
- Groovy-123/QuantumAI
|
| 13 |
pipeline_tag: text-classification
|
| 14 |
-
library_name:
|
| 15 |
tags:
|
| 16 |
- chemistry
|
| 17 |
- biology
|
|
|
|
| 11 |
base_model:
|
| 12 |
- Groovy-123/QuantumAI
|
| 13 |
pipeline_tag: text-classification
|
| 14 |
+
library_name: transformers
|
| 15 |
tags:
|
| 16 |
- chemistry
|
| 17 |
- biology
|