jorge-henao
commited on
Commit
•
138cc0e
1
Parent(s):
9c13fa0
Update README.md
Browse files
README.md
CHANGED
@@ -41,12 +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 |
-
require 'redcarpet'
|
46 |
-
markdown = Redcarpet.new("Hello World!")
|
47 |
-
puts markdown.to_html
|
48 |
-
```
|
49 |
-
|
50 |
def format_instruction_without_context(example):
|
51 |
example["topic"] = example['input']
|
52 |
input = "La conversación entre un humano y un asistente de IA."
|
@@ -59,6 +54,9 @@ def format_instruction_without_context(example):
|
|
59 |
example["topic"] += f" ({topics})"
|
60 |
example["input"] = input
|
61 |
return example`
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
More details can be found in the Ask2Democracy [GitHub](https://github.com/jorge-henao/ask2democracy)
|
|
|
41 |
|
42 |
- ### About pre-processing
|
43 |
|
44 |
+
```python
|
|
|
|
|
|
|
|
|
|
|
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."
|
|
|
54 |
example["topic"] += f" ({topics})"
|
55 |
example["input"] = input
|
56 |
return example`
|
57 |
+
```
|
58 |
+
|
59 |
+
|
60 |
|
61 |
|
62 |
More details can be found in the Ask2Democracy [GitHub](https://github.com/jorge-henao/ask2democracy)
|