FranciscoME
FranciscoME
you might consider using the output of the equation as an input to an activation function, a sigmoid for example will therefore create a logistic regression classifier.
Hey, thanks for the work so far, @JamesHighsmith. I have downloaded the llama-3 files, cloned the repo and tried to use the models in a very plain and simple way:...
It is about the rights that the token has, the request to the servers is returning another message and the parsing of that message is what generates that error. check...
Hello and sorry for the delay, i will start working on adding the new capability to the V20 server. Not sure if in this very same repo or start a...
Let me see if I get this to be of good use for anyone. I can confirm that one way to solve this, as pointed above, is to be sure...
I have been trying to fix this but i cant, i found that with [httr](https://cran.r-project.org/web/packages/httr/vignettes/quickstart.html) package there is the PATCH() function that we need although i just couldn't make it...
_...For the sake of self-referencing notes and approaches._ For the pytorch case, there are two ways for doing this: - [Auto-wrapping](https://pytorch.org/blog/introducing-pytorch-fully-sharded-data-parallel-api/) : Which is the case of changing the DDP...