mrm8488 commited on
Commit
2013a93
1 Parent(s): 3eb3819

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -5,6 +5,16 @@ tags:
5
  model-index:
6
  - name: bloom-560m-finetuned-the-stack-prolog
7
  results: []
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  model-index:
6
  - name: bloom-560m-finetuned-the-stack-prolog
7
  results: []
8
+
9
+ widget:
10
+ - text: '% Define un hecho que indica que "hello" es un saludo
11
+ saludo("hello").
12
+
13
+ % Define una regla que indica que "world" es un objeto
14
+ objeto("world").
15
+
16
+ % Define una regla que combina el saludo y el objeto para producir la salida "Hola mundo"
17
+ hola_mundo :- saludo(Saludo), objeto(Objeto), write(Saludo), write(" "), write(Objeto).'
18
  ---
19
 
20
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You