marieke93 commited on
Commit
92e7c4a
1 Parent(s): 57da764

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # MiniLM-evidence-types
16
 
17
- This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on the None dataset.
18
- It achieves the following results on the evaluation set:
19
  - Loss: 1.8672
20
  - Macro f1: 0.3726
21
  - Weighted f1: 0.7030
@@ -24,17 +24,20 @@ It achieves the following results on the evaluation set:
24
 
25
  ## Model description
26
 
27
- More information needed
28
 
29
- ## Intended uses & limitations
30
-
31
- More information needed
 
 
 
 
 
32
 
33
  ## Training and evaluation data
34
 
35
- More information needed
36
-
37
- ## Training procedure
38
 
39
  ### Training hyperparameters
40
 
 
14
 
15
  # MiniLM-evidence-types
16
 
17
+ This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on the evidence types dataset.
18
+ It achieved the following results on the evaluation set:
19
  - Loss: 1.8672
20
  - Macro f1: 0.3726
21
  - Weighted f1: 0.7030
 
24
 
25
  ## Model description
26
 
27
+ This model will give a senctence one of eight labels:
28
 
29
+ - assumption
30
+ - anecdote
31
+ - testimony
32
+ - definition
33
+ - statistics/study
34
+ - other
35
+ - none
36
+ - continue
37
 
38
  ## Training and evaluation data
39
 
40
+ The data set, as well as the code that was used to fine tune this model can be found in the GitHub repository [BA-Thesis-Information-Science-Persuasion-Strategies](https://github.com/mariekevdh/BA-Thesis-Information-Science-Persuasion-Strategies)
 
 
41
 
42
  ### Training hyperparameters
43