Email obfuscation rendered almost ineffective against ChatGPT
101–110 of 204 posts
Re: Email obfuscation rendered almost ineffective against ChatGPT
#102Re: Email obfuscation rendered almost ineffective against ChatGPT
#103Earlier quoted context omitted.
the power cord has to have a data link (USB? or just networking over power line itself) through which the power outlet can tell the computer how much does the energy cost at any given time. this is a very welcome but very expensive addition to the infrastructure.
Why would you put it in the cord? The phone/computer can handle this fine, and already has all the bits.
Re: Email obfuscation rendered almost ineffective against ChatGPT
#104Earlier quoted context omitted.
You do realize how possible it is to fine tune a task like this (along with a hundred others in a similar vein) on a tiny model you can scale on your own hardware? I've run hundreds of millions (150m so far in a couple of weeks of non-continuous running as I tweaked things) of tokens through my 2x 3090 with a 13b llama2 model I fine tuned on tasks like: summary, knowledge graph generation, writing using the knowledge…
How does one efficiently learn how to do such things, and what kinds of problems such approaches are fruitful for? I find there to be a giant gap in learning about this stuff between material that boils down to "use magic words and system prompts to improve results from one of the big models" and "how do LLMs work from first principles". I still haven't found a great resource that covers this middle ground, which see…
> Design your tasks to be repeatable and small steps, call the OpenAI API and log all requests/responses. > Filter out any bad responses and take a representative sample of the data you have collected from OpenAI,and train a Mistral or Llama2 model with the request/response pairs.
> Measure the quality of your model vs OpenAI for the same inputs, and then swap out the model in your workflow once happy with the results.
Re: Email obfuscation rendered almost ineffective against ChatGPT
#105Earlier quoted context omitted.
The grid, of course, is less sure about this compromise.
The grid can be negotiated with if we put in the infrastructure.
Re: Email obfuscation rendered almost ineffective against ChatGPT
#106No large-scale email scraper has the budget necessary to run the content it scrapes through a LLM. So as far as real-world goes, nothing changes: the .2 cents it would cost to run ChatGPT on a page to extract potentially obfuscated emails would cost magnitudes more than it could ever bring in revenues. Regarding the examples provided, there is nothing there that a simple regex couldn't achieve, so I don't really see…
You do realize how possible it is to fine tune a task like this (along with a hundred others in a similar vein) on a tiny model you can scale on your own hardware? I've run hundreds of millions (150m so far in a couple of weeks of non-continuous running as I tweaked things) of tokens through my 2x 3090 with a 13b llama2 model I fine tuned on tasks like: summary, knowledge graph generation, writing using the knowledge…
Re: Email obfuscation rendered almost ineffective against ChatGPT
#107Re: Email obfuscation rendered almost ineffective against ChatGPT
#108He said the one thing that still works is by writing your email out to an image file. OCR exists, but not en masse in scrapers like that.
Re: Email obfuscation rendered almost ineffective against ChatGPT
#109No large-scale email scraper has the budget necessary to run the content it scrapes through a LLM. So as far as real-world goes, nothing changes: the .2 cents it would cost to run ChatGPT on a page to extract potentially obfuscated emails would cost magnitudes more than it could ever bring in revenues. Regarding the examples provided, there is nothing there that a simple regex couldn't achieve, so I don't really see…
I'm sure some people would prefer to basically block email by default but that's not most of us.
Re: Email obfuscation rendered almost ineffective against ChatGPT
#110Earlier quoted context omitted.
How does one efficiently learn how to do such things, and what kinds of problems such approaches are fruitful for? I find there to be a giant gap in learning about this stuff between material that boils down to "use magic words and system prompts to improve results from one of the big models" and "how do LLMs work from first principles". I still haven't found a great resource that covers this middle ground, which see…
So I described my approach to how I fine tune a specific task below to another user, but I'll copy it here: > Design your tasks to be repeatable and small steps, call the OpenAI API and log all requests/responses. > Filter out any bad responses and take a representative sample of the data you have collected from OpenAI,and train a Mistral or Llama2 model with the request/response pairs. > Measure the quality of your…