Viewing profile — lllllm
lllllm
HN member- Joined
- Sat, Feb 18, 2023, 9:03 PM UTC
- HN karma
- 240
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About lllllm
No profile information was provided.
Recent public activity
-
comment
Comment #45447179
Swiss AI Initiative | https://www.swiss-ai.org/ | Hybrid/ONSITE (in Europe) We are a young team, and the creators of the Apertus LLM, the currently leading open-data open-weights A…
-
comment
Comment #45152436
yes this seems a good way to go. for example you can already find many quantized versions under https://huggingface.co/models?search=apertus%20mlx and elsewhere
-
comment
Comment #45148399
thank you!
-
comment
Comment #45148394
We hear you, nevertheless this is one of the very few open-weights and open-data LLMs, and the license is still very permissive (compare for example to Llama). Personally of course…
-
comment
Comment #45148120
The pretraining (so 99% of training) is fully global, in over 1000 languages without special weighting. The posttraining (See section 4 of the paper) had also as many languages as …
-
comment
Comment #45144665
common crawl anyway respects the CCbot opt-out every time they do a crawl. we went a step further because back in old ages (2013 is our oldest training data) LLMs did not exist, so…
-
comment
Comment #45144461
martin here from the apertus team, happy to answer any questions if i can. the full collection of models is here: https://huggingface.co/collections/swiss-ai/apertus-llm-68b6... PS…
-
comment
Comment #45144417
we compared to GPT-OSS-20B, Llama 4, Qwen 3, among many others. Which models do you think are missing, among open weights and fully-open models? Note that we have a specific focus …
-
comment
Comment #45144029
we didn't have time to write one yet, but there is the tech report which has a lot of details already
-
comment
Comment #45143988
posttraining codebase is here: https://github.com/swiss-ai/posttraining
-
comment
Comment #45143950
we released 81 intermediate checkpoints of the whole pretraining phase, and the code and data to reproduce. so full audit is surely possible - still it would depend on what you con…
-
comment
Comment #45143911
benchmarks: we provide plenty in the over 100 page tech report here https://github.com/swiss-ai/apertus-tech-report/blob/main/Ap... quantizations: available now in MLX https://gith…
-
comment
Comment #44540399
this is what this paper tries to answer: https://arxiv.org/abs/2504.06219 the quality gap is surprisingly small between compliant and not
-
comment
Comment #44540233
absolutely! i've sent you a linkedin message last week. but here seems to work much better, thanks a lot!
-
comment
Comment #44540219
we kept all 1800+ (script/language) pairs, not only the quality filtered ones. the question if a mix of quality filtered and not languages impacts the mixing is still an open quest…
-
comment
Comment #44539987
no. the main source is fineweb2, but with additional filtering for compliance, toxicity removal, and quality filters such as fineweb2-hq
-
comment
Comment #44539981
Yes this is an interesting question. In our arxiv paper [1] we did study this for news articles, and also removed duplicates of articles (decontamination). We did not observe an im…
-
comment
Comment #44539869
No, the model has nothing do to with Llama. We are using our own architecture, and training from scratch. Llama also does not have open training data, and is non-compliant, in cont…
-
comment
Comment #44078663
animation of it: https://youtu.be/ewg36czOOiI?si=moL9g9Xz2-vVClZX
- story
-
comment
Comment #34851683
it takes quadratically more time the larger your context is.
-
comment
Comment #34851156
The current systems like chatGPT actually have just such two parts. One is the raw LLM as you describe. The second one is another network acting as a filter on top of the first one…