They didn't say that; they simply said this is not the way of democracy. Legality has nothing to do with it.
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 to convey a message. Once you've…
[dead]
Prompt injection is still a possibility, so while it improves the security posture, not by much.
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 and they're just blocking non-Apple…
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 self-hosted solution.
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 due to the Chinese government's stake,…
Because both of these are based on Chromium (the open-source version of Chrome).
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 not willing to learn functional…
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 process. Works for Yi and Qwen models.
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) are needed. Docker has recently added…
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?
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 too formal. However, when I ask the…
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 lately taking over HN and Twitter threads.…
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 sense of frustration, especially when…
Great job! In the future, would you add support for local LLMs, such as LLaMa?
Yes, check out: https://huggingface.co/chat/ You can easily opt out of the data sharing.
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 efficient than LLaMa 1, it is reasonable to…
"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 LLaMa model (7B) is far ahead of GPT2,…
This is also a requirement for the research conducted under a project funded by the european comission.
Take a look at: https://huggingface.co/blog/trl-peft
Yes, there are. For example: https://laion.ai/blog/open-flamingo/
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 large amounts of text data and generate…
Hallucinating? you mean overfitting, right?
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 the quality is good enough when the…
They didn't say that; they simply said this is not the way of democracy. Legality has nothing to do with it.
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 to convey a message. Once you've…
[dead]
Prompt injection is still a possibility, so while it improves the security posture, not by much.
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 and they're just blocking non-Apple…
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 self-hosted solution.
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 due to the Chinese government's stake,…
Because both of these are based on Chromium (the open-source version of Chrome).
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 not willing to learn functional…
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 process. Works for Yi and Qwen models.
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) are needed. Docker has recently added…
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?
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 too formal. However, when I ask the…
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 lately taking over HN and Twitter threads.…
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 sense of frustration, especially when…
Great job! In the future, would you add support for local LLMs, such as LLaMa?
Yes, check out: https://huggingface.co/chat/ You can easily opt out of the data sharing.
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 efficient than LLaMa 1, it is reasonable to…
"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 LLaMa model (7B) is far ahead of GPT2,…
This is also a requirement for the research conducted under a project funded by the european comission.
Take a look at: https://huggingface.co/blog/trl-peft
Yes, there are. For example: https://laion.ai/blog/open-flamingo/
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 large amounts of text data and generate…
Hallucinating? you mean overfitting, right?
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 the quality is good enough when the…