crscardellino
commited on
Commit
•
6eca4f7
1
Parent(s):
c32d8a6
Updated names of the project
Browse files- LICENSE +1 -1
- flisol-cordoba-2023.ipynb → xi-ciai-cba.ipynb +4 -4
LICENSE
CHANGED
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|
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 |
-
|
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.
|
|
|
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 |
+
xi-ciai-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.
|
flisol-cordoba-2023.ipynb → xi-ciai-cba.ipynb
RENAMED
@@ -1025,7 +1025,7 @@
|
|
1025 |
"from transformers import Trainer, TrainingArguments\n",
|
1026 |
"\n",
|
1027 |
"training_args = TrainingArguments(\n",
|
1028 |
-
" '
|
1029 |
" evaluation_strategy='epoch',\n",
|
1030 |
" num_train_epochs=10,\n",
|
1031 |
" learning_rate=2e-5,\n",
|
@@ -1042,7 +1042,7 @@
|
|
1042 |
"\n",
|
1043 |
"trainer.train()\n",
|
1044 |
"trainer.push_to_hub() # This pushes the trained model to Hugging Face model repository\n",
|
1045 |
-
"tokenizer.push_to_hub('
|
1046 |
]
|
1047 |
},
|
1048 |
{
|
@@ -1091,7 +1091,7 @@
|
|
1091 |
"import torch\n",
|
1092 |
"from transformers import AutoModelForCausalLM, AutoTokenizer\n",
|
1093 |
"\n",
|
1094 |
-
"MODEL = '
|
1095 |
"tokenizer = AutoTokenizer.from_pretrained(MODEL)\n",
|
1096 |
"model = AutoModelForCausalLM.from_pretrained(MODEL)\n",
|
1097 |
"\n",
|
@@ -1132,7 +1132,7 @@
|
|
1132 |
"* LinkedIn: https://www.linkedin.com/in/crscardellino\n",
|
1133 |
"* Página Personal: https://crscardellino.ar / https://crscardellino.github.io\n",
|
1134 |
"* GitHub: https://github.com/crscardellino/\n",
|
1135 |
-
"* Código y modelo de la presentación: https://huggingface.co/crscardellino/
|
1136 |
]
|
1137 |
}
|
1138 |
],
|
|
|
1025 |
"from transformers import Trainer, TrainingArguments\n",
|
1026 |
"\n",
|
1027 |
"training_args = TrainingArguments(\n",
|
1028 |
+
" 'xi-ciai-cba-martin-fierro',\n",
|
1029 |
" evaluation_strategy='epoch',\n",
|
1030 |
" num_train_epochs=10,\n",
|
1031 |
" learning_rate=2e-5,\n",
|
|
|
1042 |
"\n",
|
1043 |
"trainer.train()\n",
|
1044 |
"trainer.push_to_hub() # This pushes the trained model to Hugging Face model repository\n",
|
1045 |
+
"tokenizer.push_to_hub('xi-ciai-cba-martin-fierro')"
|
1046 |
]
|
1047 |
},
|
1048 |
{
|
|
|
1091 |
"import torch\n",
|
1092 |
"from transformers import AutoModelForCausalLM, AutoTokenizer\n",
|
1093 |
"\n",
|
1094 |
+
"MODEL = 'xi-ciai-cba-martin-fierro'\n",
|
1095 |
"tokenizer = AutoTokenizer.from_pretrained(MODEL)\n",
|
1096 |
"model = AutoModelForCausalLM.from_pretrained(MODEL)\n",
|
1097 |
"\n",
|
|
|
1132 |
"* LinkedIn: https://www.linkedin.com/in/crscardellino\n",
|
1133 |
"* Página Personal: https://crscardellino.ar / https://crscardellino.github.io\n",
|
1134 |
"* GitHub: https://github.com/crscardellino/\n",
|
1135 |
+
"* Código y modelo de la presentación: https://huggingface.co/crscardellino/xi-ciai-cba-martin-fierro/"
|
1136 |
]
|
1137 |
}
|
1138 |
],
|