crscardellino
commited on
Commit
•
c32d8a6
1
Parent(s):
c043657
Updated README
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ license: gpl-3.0
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
-
- name:
|
9 |
results: []
|
10 |
widget:
|
11 |
- text: "Aqui me pongo a cantar"
|
@@ -16,21 +16,24 @@ Hugging Face: IA Colaborativa
|
|
16 |
=============================
|
17 |
|
18 |
En este repositorio estará disponible el código y modelo que entrené para la
|
19 |
-
charla
|
20 |
-
del [
|
|
|
|
|
|
|
21 |
|
22 |
Para inicializar el setup hace falta tener instalado y activado
|
23 |
[`git-lfs`](https://git-lfs.com/).
|
24 |
|
25 |
Pueden clonar el repositorio con:
|
26 |
|
27 |
-
$ git clone https://huggingface.co/crscardellino/
|
28 |
|
29 |
Y luego crean el entorno e instalan los requerimientos.
|
30 |
|
31 |
-
$ python -m venv
|
32 |
-
$ source ./
|
33 |
-
(
|
34 |
|
35 |
El código está probado con Python 3.10, pero debería funcionar con Python >=
|
36 |
3.8. En los requerimientos está organizado para instalar
|
@@ -53,9 +56,10 @@ Fierro"](https://es.wikipedia.org/wiki/El_Gaucho_Mart%C3%ADn_Fierro)
|
|
53 |
|
54 |
## Intended uses & limitations
|
55 |
|
56 |
-
This was trained for the talk
|
57 |
-
|
58 |
-
|
|
|
59 |
|
60 |
## Training and evaluation data
|
61 |
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
+
- name: xi-ciai-cba-martin-fierro
|
9 |
results: []
|
10 |
widget:
|
11 |
- text: "Aqui me pongo a cantar"
|
|
|
16 |
=============================
|
17 |
|
18 |
En este repositorio estará disponible el código y modelo que entrené para la
|
19 |
+
charla "Hugging Face: IA Colaborativa"
|
20 |
+
del [XI Congreso de Innovación, Ambiente e
|
21 |
+
Ingeniería](https://fcefyn.unc.edu.ar/facultad/secretarias/extension/prosecretaria-de-desarrollo-sostenible/xi-congreso-de-innovacion-ambiente-e-ingenieria/),
|
22 |
+
de la Facultad de Ciencias Exactas, Físicas y Naturales, de la Universidad
|
23 |
+
Nacional de Córdoba, Argentina, en 2023.
|
24 |
|
25 |
Para inicializar el setup hace falta tener instalado y activado
|
26 |
[`git-lfs`](https://git-lfs.com/).
|
27 |
|
28 |
Pueden clonar el repositorio con:
|
29 |
|
30 |
+
$ git clone https://huggingface.co/crscardellino/xi-ciai-cba-martin-fierro
|
31 |
|
32 |
Y luego crean el entorno e instalan los requerimientos.
|
33 |
|
34 |
+
$ python -m venv venv
|
35 |
+
$ source ./venv/bin/activate
|
36 |
+
(venv) $ pip install -r requirements.txt
|
37 |
|
38 |
El código está probado con Python 3.10, pero debería funcionar con Python >=
|
39 |
3.8. En los requerimientos está organizado para instalar
|
|
|
56 |
|
57 |
## Intended uses & limitations
|
58 |
|
59 |
+
This was trained for the talk "Hugging Face: IA Colaborativa" @ [XI Congreso de
|
60 |
+
Innovación, Ambiente e
|
61 |
+
Ingeniería](https://fcefyn.unc.edu.ar/facultad/secretarias/extension/prosecretaria-de-desarrollo-sostenible/xi-congreso-de-innovacion-ambiente-e-ingenieria/),
|
62 |
+
Argentina, 2023.
|
63 |
|
64 |
## Training and evaluation data
|
65 |
|