Earlier quoted context omitted.
I don't like "available on request". I just want to download it and see if I can get it to run and mess around with it a bit. Why do I have to request anything? And I'm not an academic or researcher, so will they accept my random request? I'm also curious to know what the minimum requirements are to get this to run in inference mode.
Gimme gimme. I want all your research and man hours for free. Gimme gimme. They are a for profit company and don't need to release anything. It's not that hard to understand.
OPT: Open Pre-trained Transformer Language Models
121–130 of 242 posts
Re: OPT: Open Pre-trained Transformer Language Models
#122Earlier quoted context omitted.
How can you identify content generated with them?
By training a GAN. A trained GAN will be able to accurately guess whether a block of text was produced by this GPT model, some other GPT model, or is authentic.
Original Inputs (A) -> NN (Q) -> Output (X)
You are saying you could train something that would take X and identify that it is the product of NN (Q). Even though you don't know A?
So, to simplify and highlight the absurdity: If I made a NN that would complete sentences by putting a full stop on the end of open sentences. You could train something that could detect that separately to a human placed full stop?
(This seems actually impossible, there is an information loss that occurs that can't be recovered)
Re: OPT: Open Pre-trained Transformer Language Models
#123Earlier quoted context omitted.
Thats interesting, any good sources for this accusation?
Not handy, and I'm not going to spend my evening digging. It may've also been one of the NGOs ideologically aligned with him that credited him for the data + assistance
Calling the integrity of a single person operation into question, but then backing out with no evidence and even saying it might not have even been them seems a bit irresponsible.
Re: OPT: Open Pre-trained Transformer Language Models
#124A quick summary of the Limitations section: - "OPT-175B does not work well with declarative instructions or point-blank interrogatives." - "OPT-175B also tends to be repetitive and can easily get stuck in a loop. While sampling can reduce the incidence rate of repetitive behavior (Holtzman et al., 2020), we anecdotally found it did not eliminate it entirely when only one generation is sampled." - "We also find OPT-17…
> Pushshift.io Reddit corpus Pushshift is a single person with some very strong political opinions who has specifically used his datasets to attack political opponents. Frankly I wouldn't trust his data to be untainted. These models really need to be trained on more official data sources, or at least something with some type of multi-party oversight rather than data that effectively fell off the back of a truck. edit…
Re: OPT: Open Pre-trained Transformer Language Models
#125Re: OPT: Open Pre-trained Transformer Language Models
#126Earlier quoted context omitted.
By training a GAN. A trained GAN will be able to accurately guess whether a block of text was produced by this GPT model, some other GPT model, or is authentic.
Just so I understand you properly: Original Inputs (A) -> NN (Q) -> Output (X) You are saying you could train something that would take X and identify that it is the product of NN (Q). Even though you don't know A? So, to simplify and highlight the absurdity: If I made a NN that would complete sentences by putting a full stop on the end of open sentences. You could train something that could detect that separately to…
An example of some of these features might be the use of specific word pairs around other word pairs. Or a peculiar verb conjugation in the presence of a specific preposition.
Re: OPT: Open Pre-trained Transformer Language Models
#127Earlier quoted context omitted.
It's super easy to watermark weights for ML models. Just add a random 0.01 to a random weight anywhere in the network. It will have very little impact on the results, but will mean you can identify who leaked the weights.
Compare two copies.
Re: OPT: Open Pre-trained Transformer Language Models
#128Remember when OpenAi wrote this? > Due to concerns about large language models being used to generate deceptive, biased, or abusive language at scale, we are only releasing a much smaller version of GPT-2 along with sampling code. We are not releasing the dataset, training code, or GPT-2 model weights Well I guess Meta doesn’t care. https://openai.com/blog/better-language-models/
Re: OPT: Open Pre-trained Transformer Language Models
#129Re: OPT: Open Pre-trained Transformer Language Models
#130Earlier quoted context omitted.
> OPT-175B has a high propensity to generate toxic language and reinforce harmful stereotypes So they trained it on Facebook comments?
I'd think any natural language model would have the same biases we see from real humans.