Instructions to use sabhashanki/andro-micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sabhashanki/andro-micro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sabhashanki/andro-micro")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sabhashanki/andro-micro", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b44f1a3
1
Parent(s): 8b4fc6c
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ language:
|
|
| 6 |
- unk
|
| 7 |
widget:
|
| 8 |
- text: "I love AutoTrain 🤗"
|
|
|
|
| 9 |
datasets:
|
| 10 |
- sabhashanki/autotrain-data-micro-dataset-text-classification
|
| 11 |
co2_eq_emissions:
|
|
|
|
| 6 |
- unk
|
| 7 |
widget:
|
| 8 |
- text: "I love AutoTrain 🤗"
|
| 9 |
+
- inference : true
|
| 10 |
datasets:
|
| 11 |
- sabhashanki/autotrain-data-micro-dataset-text-classification
|
| 12 |
co2_eq_emissions:
|