jorge-henao commited on
Commit
f0a3bba
1 Parent(s): f8af041

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,7 +41,7 @@ Testing is a work in progress, we decide to share both model variations with com
41
 
42
  - ### About pre-processing
43
 
44
- ````
45
 
46
  def format_instruction_without_context(example):
47
  example["topic"] = example['input']
@@ -58,6 +58,6 @@ def format_instruction_without_context(example):
58
  data_reforma_salud_cfqa_without_context = data_reforma_salud_cfqa.map(format_instruction_without_context, remove_columns=['output','topics','instruction'])
59
  data_reforma_salud_cqa_withou
60
  </code>
61
- ```
62
 
63
  More details can be found in the Ask2Democracy [GitHub](https://github.com/jorge-henao/ask2democracy)
 
41
 
42
  - ### About pre-processing
43
 
44
+ ```python
45
 
46
  def format_instruction_without_context(example):
47
  example["topic"] = example['input']
 
58
  data_reforma_salud_cfqa_without_context = data_reforma_salud_cfqa.map(format_instruction_without_context, remove_columns=['output','topics','instruction'])
59
  data_reforma_salud_cqa_withou
60
  </code>
61
+
62
 
63
  More details can be found in the Ask2Democracy [GitHub](https://github.com/jorge-henao/ask2democracy)