Instructions to use evaluatorhub42/climate-adaptation-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use evaluatorhub42/climate-adaptation-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="evaluatorhub42/climate-adaptation-classifier")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("evaluatorhub42/climate-adaptation-classifier", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload TextClassificationPipeline
Browse files- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -30,8 +30,8 @@
|
|
| 30 |
"rank_pattern": {},
|
| 31 |
"revision": null,
|
| 32 |
"target_modules": [
|
| 33 |
-
"query",
|
| 34 |
"value",
|
|
|
|
| 35 |
"key"
|
| 36 |
],
|
| 37 |
"target_parameters": null,
|
|
|
|
| 30 |
"rank_pattern": {},
|
| 31 |
"revision": null,
|
| 32 |
"target_modules": [
|
|
|
|
| 33 |
"value",
|
| 34 |
+
"query",
|
| 35 |
"key"
|
| 36 |
],
|
| 37 |
"target_parameters": null,
|