Commit
路
a1602fd
1
Parent(s):
eaa1282
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,20 @@ language:
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
tags:
|
9 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# es2bash-mt5: Modelo de traducci贸n de espa帽ol a Bashcd
|
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
tags:
|
9 |
- code
|
10 |
+
- bash
|
11 |
+
widget:
|
12 |
+
- text: Muestra el contenido de file.py que se encuentra en home
|
13 |
+
example_title: cat
|
14 |
+
- text: Lista el directorio actual ordenado por tama帽o de ficheros
|
15 |
+
example_title: ls
|
16 |
+
- text: Directorio de configuraci贸n de varnish
|
17 |
+
example_title: cd
|
18 |
+
- text: Lista todos los 谩tomos del universo
|
19 |
+
example_title: noCommand
|
20 |
+
- text: ls -lh
|
21 |
+
example_title: literal
|
22 |
+
- text: file.txt
|
23 |
+
example_title: simple
|
24 |
---
|
25 |
|
26 |
# es2bash-mt5: Modelo de traducci贸n de espa帽ol a Bashcd
|