|
|
|
|
|
by mooiedingen
266 days ago
|
|
I argue that if using a llm that has been trained on 'human' text is a cause for more troubles when used to code opposed to when one uses a model trained only code allow me to explain:
If one uses models only trained on code all one has to do is to write the instructions as a comment at the top of the document and the llm will do the rest:
```
#The Following piece of code #Shall be written in python
#The goal of the code is to
#Scrape news.ycombinator.com
#Fetching the last 10 posts
#using requests and BS4
#The output shall be parsed
#Title and corresponding url
```
In fact if the model used is not capable to finnish the script at this point it means that the model cannot code, |
|