Commit
路
9c13fa0
1
Parent(s):
2447645
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,12 @@ 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."
|
|
|
41 |
|
42 |
- ### About pre-processing
|
43 |
|
44 |
+
```ruby
|
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."
|