jorge-henao
commited on
Commit
•
f8af041
1
Parent(s):
be83a0d
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,8 @@ Testing is a work in progress, we decide to share both model variations with com
|
|
41 |
|
42 |
- ### About pre-processing
|
43 |
|
44 |
-
|
|
|
45 |
def format_instruction_without_context(example):
|
46 |
example["topic"] = example['input']
|
47 |
input = "La conversación entre un humano y un asistente de IA."
|
@@ -57,6 +58,6 @@ def format_instruction_without_context(example):
|
|
57 |
data_reforma_salud_cfqa_without_context = data_reforma_salud_cfqa.map(format_instruction_without_context, remove_columns=['output','topics','instruction'])
|
58 |
data_reforma_salud_cqa_withou
|
59 |
</code>
|
60 |
-
|
61 |
|
62 |
More details can be found in the Ask2Democracy [GitHub](https://github.com/jorge-henao/ask2democracy)
|
|
|
41 |
|
42 |
- ### About pre-processing
|
43 |
|
44 |
+
````
|
45 |
+
|
46 |
def format_instruction_without_context(example):
|
47 |
example["topic"] = example['input']
|
48 |
input = "La conversación entre un humano y un asistente de IA."
|
|
|
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)
|