Viewing profile — Translationaut
Translationaut
HN member- Joined
- Sat, Jun 17, 2023, 5:03 PM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About Translationaut
No profile information was provided.
Recent public activity
-
comment
Comment #46573931
The idea of the ethical reasoning dataset is not to erase specific content. It is designed to present additional thinking traces with an ethical grounding. So far, it is only a fra…
-
comment
Comment #46569210
There is this ethical reasoning dataset to teach models stable and predictable values: https://huggingface.co/datasets/Bachstelze/ethical_coconot_6... An Olmo-3-7B-Think model is a…
-
comment
Comment #41776194
The authors propose a novel approach where checklists are automatically generated to systematically assess and guide LLM outputs, ensuring more comprehensive and reliable evaluatio…
-
comment
Comment #41719876
Why do we need vectors for search anyway? The results are often unrelated to the query. Aren't therefore exact matches better? One could also annotate the corpus with related tags …
-
comment
Comment #39508544
E.g. adapters, inference optimization and more (multilingual) models like https://huggingface.co/CohereForAI/aya-101
-
comment
Comment #39501913
What is the advantage of Ollama Python over huggingface?
-
comment
Comment #39501743
What is the point in using Ollama over huggingface if you use Python? Also, REST endpoints can be provided with huggingface transformer. Here with Go, it seems to make sense to use…
-
comment
Comment #39356095
This seems only to work cause large GPTs have redundant, undercomplex attentions. See this issue in BertViz about attention in Llama: https://github.com/jessevig/bertviz/issues/128…
-
comment
Comment #36372445
Those minified models are still equal or bigger compared to the initial "attention is all you need" transformer.
-
comment
Comment #36372256
Have you also tried the bigger models? The smaller models are good for assisted generation: https://huggingface.co/blog/assisted-generation Those models of LaMini-Flan-T5 are train…