Sigurdur commited on
Commit
1226ddc
1 Parent(s): 602e400

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -27,7 +27,18 @@ This model is a fine-tuned version of [Ai-Sweden-Models/gpt-sw3-126m](https://hu
27
 
28
  ## Model description
29
 
30
- More information needed
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  ## Intended uses & limitations
33
 
 
27
 
28
  ## Model description
29
 
30
+ The model has been finetuned to answer questions in the following format
31
+
32
+ ```
33
+ ### Question: <your question>
34
+ ```
35
+
36
+ It will then answer in the following manner:
37
+
38
+ ```
39
+ ### Answer: <model answer>
40
+ ```
41
+
42
 
43
  ## Intended uses & limitations
44