Instructions to use mina-t/Test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mina-t/Test1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mina-t/Test1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mina-t/Test1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ metrics:
|
|
| 9 |
library_name: transformers
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
tags:
|
| 12 |
-
-
|
| 13 |
---
|
| 14 |
# Model Card for Model ID
|
| 15 |
|
|
@@ -203,6 +203,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 203 |
|
| 204 |
## Model Card Contact
|
| 205 |
|
| 206 |
-
[More Information Needed]
|
| 207 |
-
|
| 208 |
-
|
|
|
|
| 9 |
library_name: transformers
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
tags:
|
| 12 |
+
- chemistry
|
| 13 |
---
|
| 14 |
# Model Card for Model ID
|
| 15 |
|
|
|
|
| 203 |
|
| 204 |
## Model Card Contact
|
| 205 |
|
| 206 |
+
[More Information Needed]
|
|
|
|
|
|