Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,13 @@ tags:
|
|
| 20 |
|
| 21 |
# 驴C贸mo usar el modelo?
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
```bash
|
| 26 |
pip install transformers torch
|
|
|
|
| 20 |
|
| 21 |
# 驴C贸mo usar el modelo?
|
| 22 |
|
| 23 |
+
La mejor forma es ir al espacio de Hugging Face creado para este modelo:
|
| 24 |
+
|
| 25 |
+
```
|
| 26 |
+
https://huggingface.co/spaces/Fifthoply/AyudaAlan-0.1
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
Para utilizar este modelo en tu computadora, aseg煤rate de tener instalada la librer铆a `transformers`, no necesitas GPU:
|
| 30 |
|
| 31 |
```bash
|
| 32 |
pip install transformers torch
|