Instructions to use dini-r-a/cloud-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dini-r-a/cloud-classification with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dini-r-a/cloud-classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
"attention_probs_dropout_prob": 0.0,
|
| 3 |
"encoder_stride": 16,
|
| 4 |
"hidden_act": "gelu",
|
|
|
|
| 1 |
+
Accuracy = 12.04203
|
| 2 |
+
|
| 3 |
+
AutoConfig {
|
| 4 |
"attention_probs_dropout_prob": 0.0,
|
| 5 |
"encoder_stride": 16,
|
| 6 |
"hidden_act": "gelu",
|