crscardellino
commited on
Commit
•
23c9c81
1
Parent(s):
1878325
Updated LICENSE
Browse files- LICENSE +0 -53
- README.md +18 -0
- flisol-cordoba-2023.ipynb +29 -0
- utils.py +17 -1
LICENSE
CHANGED
@@ -619,56 +619,3 @@ Program, unless a warranty or assumption of liability accompanies a
|
|
619 |
copy of the Program in return for a fee.
|
620 |
|
621 |
END OF TERMS AND CONDITIONS
|
622 |
-
|
623 |
-
How to Apply These Terms to Your New Programs
|
624 |
-
|
625 |
-
If you develop a new program, and you want it to be of the greatest
|
626 |
-
possible use to the public, the best way to achieve this is to make it
|
627 |
-
free software which everyone can redistribute and change under these terms.
|
628 |
-
|
629 |
-
To do so, attach the following notices to the program. It is safest
|
630 |
-
to attach them to the start of each source file to most effectively
|
631 |
-
state the exclusion of warranty; and each file should have at least
|
632 |
-
the "copyright" line and a pointer to where the full notice is found.
|
633 |
-
|
634 |
-
<one line to give the program's name and a brief idea of what it does.>
|
635 |
-
Copyright (C) <year> <name of author>
|
636 |
-
|
637 |
-
This program is free software: you can redistribute it and/or modify
|
638 |
-
it under the terms of the GNU General Public License as published by
|
639 |
-
the Free Software Foundation, either version 3 of the License, or
|
640 |
-
(at your option) any later version.
|
641 |
-
|
642 |
-
This program is distributed in the hope that it will be useful,
|
643 |
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
644 |
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
645 |
-
GNU General Public License for more details.
|
646 |
-
|
647 |
-
You should have received a copy of the GNU General Public License
|
648 |
-
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
649 |
-
|
650 |
-
Also add information on how to contact you by electronic and paper mail.
|
651 |
-
|
652 |
-
If the program does terminal interaction, make it output a short
|
653 |
-
notice like this when it starts in an interactive mode:
|
654 |
-
|
655 |
-
flisol-cba-martin-fierro Copyright (C) 2023 Cristian Cardellino
|
656 |
-
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
657 |
-
This is free software, and you are welcome to redistribute it
|
658 |
-
under certain conditions; type `show c' for details.
|
659 |
-
|
660 |
-
The hypothetical commands `show w' and `show c' should show the appropriate
|
661 |
-
parts of the General Public License. Of course, your program's commands
|
662 |
-
might be different; for a GUI interface, you would use an "about box".
|
663 |
-
|
664 |
-
You should also get your employer (if you work as a programmer) or school,
|
665 |
-
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
666 |
-
For more information on this, and how to apply and follow the GNU GPL, see
|
667 |
-
<https://www.gnu.org/licenses/>.
|
668 |
-
|
669 |
-
The GNU General Public License does not permit incorporating your program
|
670 |
-
into proprietary programs. If your program is a subroutine library, you
|
671 |
-
may consider it more useful to permit linking proprietary applications with
|
672 |
-
the library. If this is what you want to do, use the GNU Lesser General
|
673 |
-
Public License instead of this License. But first, please read
|
674 |
-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
|
619 |
copy of the Program in return for a fee.
|
620 |
|
621 |
END OF TERMS AND CONDITIONS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -37,6 +37,24 @@ El código está probado con Python 3.10, pero debería funcionar con Python >=
|
|
37 |
[PyTorch](https://pytorch.org/) v2.0.0 para cpu, pero pueden ajustarlo para
|
38 |
utilizar GPUs suponiendo que cumplan los requerimientos de CUDA.
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
## Model Specifications (Auto Generated)
|
41 |
|
42 |
This model is a fine-tuned version of
|
|
|
37 |
[PyTorch](https://pytorch.org/) v2.0.0 para cpu, pero pueden ajustarlo para
|
38 |
utilizar GPUs suponiendo que cumplan los requerimientos de CUDA.
|
39 |
|
40 |
+
## License
|
41 |
+
|
42 |
+
flisol-cba-martin-fierro
|
43 |
+
Copyright (C) 2023 Cristian Cardellino
|
44 |
+
|
45 |
+
This program is free software: you can redistribute it and/or modify
|
46 |
+
it under the terms of the GNU General Public License as published by
|
47 |
+
the Free Software Foundation, either version 3 of the License, or
|
48 |
+
(at your option) any later version.
|
49 |
+
|
50 |
+
This program is distributed in the hope that it will be useful,
|
51 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
52 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
53 |
+
GNU General Public License for more details.
|
54 |
+
|
55 |
+
You should have received a copy of the GNU General Public License
|
56 |
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
57 |
+
|
58 |
## Model Specifications (Auto Generated)
|
59 |
|
60 |
This model is a fine-tuned version of
|
flisol-cordoba-2023.ipynb
CHANGED
@@ -1134,6 +1134,35 @@
|
|
1134 |
"* GitHub: https://github.com/crscardellino/\n",
|
1135 |
"* Código y modelo de la presentación: https://huggingface.co/crscardellino/flisol-cba-martin-fierro/"
|
1136 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1137 |
}
|
1138 |
],
|
1139 |
"metadata": {
|
|
|
1134 |
"* GitHub: https://github.com/crscardellino/\n",
|
1135 |
"* Código y modelo de la presentación: https://huggingface.co/crscardellino/flisol-cba-martin-fierro/"
|
1136 |
]
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"cell_type": "raw",
|
1140 |
+
"id": "ad5d7870",
|
1141 |
+
"metadata": {
|
1142 |
+
"slideshow": {
|
1143 |
+
"slide_type": "skip"
|
1144 |
+
}
|
1145 |
+
},
|
1146 |
+
"source": [
|
1147 |
+
"License\n",
|
1148 |
+
"-------\n",
|
1149 |
+
"\n",
|
1150 |
+
"flisol-cba-martin-fierro\n",
|
1151 |
+
"Copyright (C) 2023 Cristian Cardellino\n",
|
1152 |
+
"\n",
|
1153 |
+
"This program is free software: you can redistribute it and/or modify\n",
|
1154 |
+
"it under the terms of the GNU General Public License as published by\n",
|
1155 |
+
"the Free Software Foundation, either version 3 of the License, or\n",
|
1156 |
+
"(at your option) any later version.\n",
|
1157 |
+
"\n",
|
1158 |
+
"This program is distributed in the hope that it will be useful,\n",
|
1159 |
+
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n",
|
1160 |
+
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n",
|
1161 |
+
"GNU General Public License for more details.\n",
|
1162 |
+
"\n",
|
1163 |
+
"You should have received a copy of the GNU General Public License\n",
|
1164 |
+
"along with this program. If not, see <https://www.gnu.org/licenses/>."
|
1165 |
+
]
|
1166 |
}
|
1167 |
],
|
1168 |
"metadata": {
|
utils.py
CHANGED
@@ -1,5 +1,21 @@
|
|
1 |
"""
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"""
|
4 |
|
5 |
from datasets import DatasetDict
|
|
|
1 |
"""
|
2 |
+
Utilities file needed for the presentation.
|
3 |
+
|
4 |
+
flisol-cba-martin-fierro
|
5 |
+
Copyright (C) 2023 Cristian Cardellino
|
6 |
+
|
7 |
+
This program is free software: you can redistribute it and/or modify
|
8 |
+
it under the terms of the GNU General Public License as published by
|
9 |
+
the Free Software Foundation, either version 3 of the License, or
|
10 |
+
(at your option) any later version.
|
11 |
+
|
12 |
+
This program is distributed in the hope that it will be useful,
|
13 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
15 |
+
GNU General Public License for more details.
|
16 |
+
|
17 |
+
You should have received a copy of the GNU General Public License
|
18 |
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
19 |
"""
|
20 |
|
21 |
from datasets import DatasetDict
|