robinsmits commited on
Commit
7676afe
1 Parent(s): 01f632e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  library_name: peft
3
  license: cc-by-nc-4.0
 
4
  datasets:
5
  - BramVanroy/alpaca-cleaned-dutch
6
  language:
@@ -47,6 +48,18 @@ output = tokenizer.decode(sample[0], skip_special_tokens = True)
47
 
48
  print(output.split(prompt)[1])
49
  ```
 
 
 
 
 
 
 
 
 
 
 
 
50
  For more extensive usage and a lot of generated samples (both good and bad samples) see the following [Inference Notebook](https://github.com/RobinSmits/Dutch-LLMs/blob/main/Open_Llama_7B_Alpaca_Clean_Dutch_Inference.ipynb)
51
 
52
  ## Intended uses & limitations
 
1
  ---
2
  library_name: peft
3
  license: cc-by-nc-4.0
4
+ inference: false
5
  datasets:
6
  - BramVanroy/alpaca-cleaned-dutch
7
  language:
 
48
 
49
  print(output.split(prompt)[1])
50
  ```
51
+
52
+ The prompt and generated output for the above mentioned example is similar to the output shown below.
53
+
54
+ ```
55
+ ### Instructie:
56
+ Wat zijn de drie belangrijkste softwareonderdelen die worden gebruikt bij webontwikkeling?
57
+
58
+ ### Antwoord:
59
+ </br>
60
+ De drie belangrijkste softwareonderdelen die worden gebruikt bij webontwikkeling zijn HTML, CSS en JavaScript.
61
+ ```
62
+
63
  For more extensive usage and a lot of generated samples (both good and bad samples) see the following [Inference Notebook](https://github.com/RobinSmits/Dutch-LLMs/blob/main/Open_Llama_7B_Alpaca_Clean_Dutch_Inference.ipynb)
64
 
65
  ## Intended uses & limitations