Instructions to use allenai/ACE-climSST with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Full Model Emulation
How to use allenai/ACE-climSST with Full Model Emulation:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add `library_name: fme` in model card metadata
#2
by Wauplin HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<img src="ACE-logo.png" alt="Logo for the ACE Project" style="width: auto; height: 50px;">
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: fme
|
| 4 |
---
|
| 5 |
|
| 6 |
<img src="ACE-logo.png" alt="Logo for the ACE Project" style="width: auto; height: 50px;">
|