-
As listed in https://alpaca.point.space/ by hosting the model myself? For example, if I would like to create a character locally, should I further finetune the model with data from, say Genshin Impact…
-
Hi,
Do you guys have any plans to make a gptq 4-bit quantized version of your models. That would cut VRAM usage and improve inference speed a lot, without much loss in capabilities. A lot of other ll…
-
It is useful to use client_order_id to help group different algos. If there was a way to define a order_prefix for example it could be used in alpaca.Backend._new_order_id for users to change.
-
This project is all about image classification by using the
deep neural network (DNN) or also known as Deep Learning
by using framework TensorFlow. Python is used as a
programming language because …
-
Hi everybody,
in my usecase i want to make a slider/range in jquerymobile like this:
label for="slider-1">Input slider:
ghost updated
9 years ago
-
-
I am currently training Alpaca-LoRA as it is, but already wondering if someone tried to speed this up with DyLORA ?
Paper: https://neurips2022-enlsp.github.io/papers/paper_37.pdf
Code to replace L…
-
The alpaca endpoint `GET/v2/stocks/trades/latest` supports getting latest trades for multiple symbols at once. This would be useful for performance and avoiding quota limits.
I'd be happy to work u…
sbeam updated
2 years ago
-
```elm
type maybe 'a = Just 'a | Nothing
val (>>=) 'a 'b : fn (maybe 'a) (fn 'a -> maybe 'b) -> (maybe 'b)
let (>>=) x f =
match x with
Nothing -> Nothing
-- | Just y -> f y
```
…
-
Is there are risk of "leaking" information to the external LLM that is used (e.g. from OpenAI) ?
For that reason (valid or not), I presume large corporations (and small ones) will have policies and…