Viewing profile — Oranguru
Oranguru
HN member- Joined
- Thu, Sep 30, 2021, 12:20 AM UTC
- HN karma
- 41
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About Oranguru
No profile information was provided.
Recent public activity
-
comment
Comment #48861056
They didn't say that; they simply said this is not the way of democracy. Legality has nothing to do with it.
-
comment
Comment #48551567
But this isn't a story, literature, or a fancy piece of art; it's merely a technical blog post that discloses a security vulnerability. Here, the writing serves only as a vehicle t…
-
comment
Comment #47734825
[dead]
-
comment
Comment #47372337
Prompt injection is still a possibility, so while it improves the security posture, not by much.
-
comment
Comment #45946238
What "other platforms" are you talking about? Just an Android app would suffice. It's not a huge deal for a company worth trillions, especially if the features are already there an…
-
comment
Comment #44958574
You can absolutely sync your vault without a paid subscription. Simply save it within your OneDrive or Google Drive folder. Alternatively, you could use Syncthing if you prefer a s…
-
comment
Comment #42758742
However, these rights should be guaranteed to a company operating in the USA and strictly adhering to US law. Of course, if the law is (arbitrarily) changed to make this illegal du…
-
comment
Comment #42389432
Because both of these are based on Chromium (the open-source version of Chrome).
-
comment
Comment #40395558
This approach is valuable because it abstracts away certain complexities for the user, allowing them to focus on the code itself. I found it especially beneficial for users who are…
-
comment
Comment #40339862
You can easily fix this using a grammar constraint with llama.cpp. Add this to the command: --grammar "root ::= [^一-鿿ぁ-ゟァ-ヿ가-힣]*" This will ban Chinese characters from the sampling…
-
comment
Comment #39802528
You can access GPUs within containers using CDI (Container Device Interface): https://docs.nvidia.com/datacenter/cloud-native/container-to... No additional tools (e.g., nvidia-ctk)…
-
comment
Comment #39188482
Very interesting. Thanks for the references. Have you released the code or pre-trained models yet or do you plan to do so at some point?
-
comment
Comment #38591361
Thank you for your work. I have been having trouble achieving the desired level of formality in the generated text. When I ask for slightly formal content, the result tends to be t…
-
comment
Comment #38428930
This comment does nothing more than repeat the information provided in the title and in a very verbose style. I don't understand the tendency for GPT generated comments that is lat…
-
comment
Comment #37223482
It's about minimising friction in our tasks and reducing any unnecessary obstacles. Even seemingly minor actions that only take a few seconds can build up over time and generate a …
-
comment
Comment #36938982
Great job! In the future, would you add support for local LLMs, such as LLaMa?
-
comment
Comment #36901085
Yes, check out: https://huggingface.co/chat/ You can easily opt out of the data sharing.
-
comment
Comment #36816497
Useless for what? Are you comparing the base model with chat-tuned models? Chat-tuned derivatives of LLaMa 2 are already appearing. Given that the base LLaMa 2 model is more effici…
-
comment
Comment #35944187
"Compared to GPT2 it’s on par" Any benchmarks or evidence tu support this claim? IF you try to find them, official benchmarks will tell you that this is not true. Even the smallest…
-
comment
Comment #35869493
This is also a requirement for the research conducted under a project funded by the european comission.
-
comment
Comment #35837885
Take a look at: https://huggingface.co/blog/trl-peft
-
comment
Comment #35533502
Yes, there are. For example: https://laion.ai/blog/open-flamingo/
-
comment
Comment #35489796
I must remind you that large language models are not designed to perform arithmetic calculations nor they have been trained to do so. They are trained to recognize patterns in larg…
-
comment
Comment #34567232
Hallucinating? you mean overfitting, right?
-
comment
Comment #34217395
For STT, take a look at Wenet: https://github.com/wenet-e2e/wenet They provide support for running in a Raspberry Pi and it runs in real-time. I have tried the desktop version and …