Instructions to use jonas/sdg_classifier_osdg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonas/sdg_classifier_osdg with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jonas/sdg_classifier_osdg")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jonas/sdg_classifier_osdg") model = AutoModelForSequenceClassification.from_pretrained("jonas/sdg_classifier_osdg", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ widget:
|
|
| 5 |
|
| 6 |
Since 2000, UNDP, together with our UN partners and the rest of the global community, has made gender equality central to our work. We have seen remarkable progress since then. More girls are now in school compared to 15 years ago, and most regions have reached gender parity in primary education. Women now make up to 41 percent of paid workers outside of agriculture, compared to 35 percent in 1990."
|
| 7 |
datasets:
|
| 8 |
-
- jonas/
|
| 9 |
co2_eq_emissions: 0.0653263174784986
|
| 10 |
---
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
Since 2000, UNDP, together with our UN partners and the rest of the global community, has made gender equality central to our work. We have seen remarkable progress since then. More girls are now in school compared to 15 years ago, and most regions have reached gender parity in primary education. Women now make up to 41 percent of paid workers outside of agriculture, compared to 35 percent in 1990."
|
| 7 |
datasets:
|
| 8 |
+
- jonas/osdg_sdg_data_processed
|
| 9 |
co2_eq_emissions: 0.0653263174784986
|
| 10 |
---
|
| 11 |
|