jonas commited on
Commit
0eda260
1 Parent(s): c05549e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -12,22 +12,22 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # bert-base-uncased-finetuned-sdg
14
 
15
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.3094
18
  - Acc: 0.9195
19
 
20
  ## Model description
21
 
22
- More information needed
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
31
 
32
  ## Training procedure
33
 
 
12
 
13
  # bert-base-uncased-finetuned-sdg
14
 
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the OSDG dataset.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.3094
18
  - Acc: 0.9195
19
 
20
  ## Model description
21
 
22
+ Classifies text to the first 16 SDGs!
23
 
24
  ## Intended uses & limitations
25
 
26
+ Assess policy documents, classify text to SDGs, etc.
27
 
28
  ## Training and evaluation data
29
 
30
+ OSDG data. Updated version from October.
31
 
32
  ## Training procedure
33