thevox commited on
Commit
71ebe1c
1 Parent(s): fc9367c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -37,6 +37,15 @@ Trained with 4-Bit Lora (R=64) for 2 epochs. Perplexity on validation: 1.245
37
 
38
  ## Usage
39
 
 
 
 
 
 
 
 
 
 
40
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` library installed.
41
 
42
  ```bash
 
37
 
38
  ## Usage
39
 
40
+ ### Input
41
+ Recommended prompt format:
42
+ ```
43
+ <|prompt|>Oversett til Norsk:
44
+ </s><|answer|>
45
+ ```
46
+
47
+ ### Code
48
+
49
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` library installed.
50
 
51
  ```bash