adorkin commited on
Commit
75ef622
1 Parent(s): e19ce80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,4 +10,15 @@ widget:
10
  - text: "The wooden doors at my friends work are worse than the wooden desks at my work, because the </s> desks material is cheaper."
11
 
12
  ---
13
- # roberta-large trained on winogrande-xl dataset in WNLI format
 
 
 
 
 
 
 
 
 
 
 
 
10
  - text: "The wooden doors at my friends work are worse than the wooden desks at my work, because the </s> desks material is cheaper."
11
 
12
  ---
13
+ # RoBERTa Large model fine-tuned on Winogrande
14
+
15
+ This model was fine-tuned on Winogrande dataset (XL size) in WNLI format, i.e. as a sequence classification task where each example is represented
16
+ as a pair of sentences and the goal is to evaluate plausibility.
17
+
18
+ ## Model description
19
+
20
+
21
+ ## Intended use & limitations
22
+
23
+
24
+ ### How to use