Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update SDG classifier
authored
Mar 07, 2025
by
Ioanna Mandilara
Show whitespace changes
Inline
Side-by-side
SDG-classifier.md
View page @
49ae5736
...
...
@@ -17,7 +17,7 @@
Find the most relevant SDGs in the provided texts and computes the association of each text with the SDGs using the pre-trained fine-tuned model and the method of keywords extraction. The formula of the association is
```
math
Association
= \left\{
{r}_{SDG}
= \left\{
\begin{array}{ll}
0.7*probability + 0.3*avg\_cosine\_similarity & \text{,for SDGs 1-16} \\
0.5*avg\_cosine\_similarity & \text{,for SDG 17} \\
...
...
...
...