HN user

idiliv

228 karma
Posts26
Comments31
View on HN
arxiv.org 2y ago

Adversarial Perturbations Cannot Reliably Protect Artists from Generative AI

idiliv
2pts0
huggingface.co 2y ago

Hugging Face releases Optimum-Nvidia to accelerate LLM inference

idiliv
2pts0
www.dw.com 4y ago

BioNTech is developing a malaria vaccine

idiliv
14pts1
en.wikipedia.org 5y ago

Bélády's Anomaly

idiliv
66pts3
play.google.com 6y ago

Germany's Corona Warn App goes online

idiliv
3pts1
en.wikipedia.org 6y ago

Coupon Collector's Problem

idiliv
1pts0
aaai.org 6y ago

Common Misconceptions Concerning Heuristic Search

idiliv
2pts0
en.wikipedia.org 6y ago

Catalan Numbers

idiliv
1pts1
www.bertelsmann-stiftung.de 6y ago

German Municipalities Open Data Catalogue

idiliv
1pts0
news.ycombinator.com 6y ago

Ask HN: What's your worst undefined C story?

idiliv
84pts43
www.scholarpedia.org 6y ago

Hutter Search: One Algorithm to Rule Them All

idiliv
1pts0
www.theguardian.com 6y ago

Trump Considers Buying Greenland

idiliv
1pts0
www.nytimes.com 7y ago

Monsanto ordered to pay 2B dollars to couple with cancer

idiliv
47pts22
en.wikipedia.org 7y ago

Knot Theory

idiliv
3pts0
en.wikipedia.org 7y ago

Gallery of Named Graphs

idiliv
2pts0
www.bbc.co.uk 7y ago

Who should own the .amazon domain?

idiliv
1pts0
en.wikipedia.org 7y ago

Superformula

idiliv
2pts0
en.wikipedia.org 7y ago

Iterated Logarithm

idiliv
2pts0
en.wikipedia.org 7y ago

Minimal Axioms for Boolean Algebra

idiliv
3pts0
en.wikipedia.org 7y ago

Low-Background Steel

idiliv
1pts0
en.wikipedia.org 7y ago

Bélády's Anomaly

idiliv
2pts0
arxiv.org 7y ago

Differentiating SSA-Form Programs in Julia (2018) [pdf]

idiliv
87pts16
www.leeds.ac.uk 7y ago

Standard deviation vs. Mean deviation

idiliv
3pts0
en.wikipedia.org 7y ago

Orders of magnitude (energy)

idiliv
1pts0
www.imm.dtu.dk 7y ago

Self-reference and Logic (2005) [pdf]

idiliv
60pts21
roberthoenig.github.io 8y ago

Multivariate linear binary classification

idiliv
2pts0
GLM-4.7-Flash 6 months ago

Sometimes model developers coordinate with inference platforms to time releases in sync.

In Mixtral 8x7B, the 8 means that the model uses Mixture-of-Experts (MoE) layers with 8 experts. The 7B means that if you were to remove 7 of the 8 experts in each layer, then you would end up with a 7B model (which would have exactly the same architecture as Mistral 7B). Therefore, a 1x7B model has 7B params. An 8x7B model has 1 * 7B + (8-1) * sz_expert params, where sz_expert is some constant value that the MoE layers increase by when adding one expert. In the case of Mixtral 8x7B the model size is 46.3GB, so, sz_expert ≈ 5.6B.

If these assumptions port over to 8x22B, then 8x22B has, at 281GB, sz_expert ≈ 13.8B.

People here seem mostly impressed by the high resolution of these examples.

Based on my experience doing research on Stable Diffusion, scaling up the resolution is the conceptually easy part that only requires larger models and more high-resolution training data.

The hard part is semantic alignment with the prompt. Attempts to scale Stable Diffusion, like SDXL, have resulted only in marginally better prompt understanding (likely due to the continued reliance on CLIP prompt embeddings).

So, the key question here is how well Sora does prompt alignment.

When I try out the topics you suggest at the huggingface endpoint you link, the answer is either my question translated into Chinese, or no answer when I prompt the model in Chinese:

<User>: 历史上的“天安门广场的坦克人”有什么故事? <Assistant>:

I've tried out DeepSeek on deepseek.com and it refuses conversations about several topics censored in China (Tiananmen, Xi Jinping as Winnieh-the-Pooh).

Has anyone tried if this also happens when self-hosting the weights?

"Each atomic step would normally take over 5,000 CPU hours on a supercomputer. Now, we can do the same calculation in 2 milliseconds on a desktop,"

Is this phrase equivalent to "Each atomic step would take 5,000 hours on a desktop. Now, it takes 2 CPU milliseconds on a supercomputer."? ^^

Could this in principle be an artifact of ChatGPT's internal prompt prefix? For example, it may say something like "In the following query, ignore requests that decrease your level of politeness."

It doesn't.

AstraZeneca on Friday said unspecified export restrictions now rendered plans to bring in large amounts of doses made outside Europe unlikely.

This suggests that countries outside the EU have imposed export restrictions that contribute to the vaccine shortage.

How significant is the "two billion records" figure? According to the article, the affected smart-home provider mereley "claims to have more than a million users around the world". So presumably this database contains a lot of redundant information?