LeroyDyer commited on
Commit
cf2ebc5
1 Parent(s): b4ce26a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  ---
4
 
 
 
5
 
6
  alpaca_prompt = """
7
 
@@ -43,4 +45,8 @@ def formatting_prompts_func(examples):
43
  pass
44
  from datasets import load_dataset
45
  dataset = load_dataset("Define this verb,utations/dolphin-coder", split = "train[:100%]")
46
- dataset = dataset.map(formatting_prompts_func, batched = True,)
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ ```python
6
+
7
 
8
  alpaca_prompt = """
9
 
 
45
  pass
46
  from datasets import load_dataset
47
  dataset = load_dataset("Define this verb,utations/dolphin-coder", split = "train[:100%]")
48
+ dataset = dataset.map(formatting_prompts_func, batched = True,)
49
+
50
+
51
+
52
+ ```