-
Please add Qwen2 support
```
EETQ_CAUSAL_LM_MODEL_MAP = {
"llama": LlamaEETQForCausalLM,
"baichuan": BaichuanEETQForCausalLM,
"gemma": GemmaEETQForCausalLM
}
```
-
```
[Gemma - http-nio-8181-exec-266 (2022-04-21 11:13:33,376)] ERROR ubic.gemma.core.visualization.ExperimentalDesignVisualizationServiceImpl.sortVectorDataByDesign(121) | Did not find cached layout …
-
I found that the current repository configuration is not compatible with Gemma2. The reason might be that transformers and vllm are not fully compatible with Gemma2. Could you share the package config…
-
Affected datasets: GSE86193, GSE207533, GSE6565, GSE29361.
The list is not exhaustive, I just gathered them from error logs.
```
[Gemma - http-nio-8181-exec-360 (2024-02-28 11:51:17,011)] ERROR…
-
### What is the issue?
I tried to import finetuned llama-3.2-11b-vision, but I got "Error: unsupported architecture."
In order to make sure my model is not the problem, I downloaded [meta-llama/Ll…
-
```
[Gemma - http-nio-8181-exec-274 (2022-04-22 01:31:29,759)] ERROR ubic.gemma.core.visualization.ExperimentalDesignVisualizationServiceImpl.getExperimentForVector(480) | Vector is sliced, but the e…
-
Hi @danielhanchen
I am trying to fine-tune gemma2-2b for my task following the guidelines of the continued finetuning in unsloth. Howver, I am facing OOM while doing so. My intent is to train gemm…
-
Hi Daniel,
Thank you so much for releasing such an awesome VLM fine-tuning notebook to the public!
I was really excited, tried the notebook out and found the following error:
![image](https:/…
-
**Is your feature request related to a problem? Please describe.**
ShieldGemma was released in Jul 2024 with [v0.14.3](https://github.com/keras-team/keras-hub/releases/tag/v0.14.3), but since then …
-
The cookbook aims to provide a comprehensive guide for researchers and practitioners interested in fine-tuning the Gemma model from Google on a mental health assistant dataset.
Key components of th…