Tizzzzzzy
Tizzzzzzy
> More background and links added on #2188. Hi, after checking on the link, I am still confused about whether I can download all the federal legal cases at once...
> There are four 'open' jurisdictions that enable bulk download. The remaining ones can be queried using the api. Maybe this shall change soon based on the dataverse migration. >...
Hi, I changed my command into this `python -m llama_recipes.finetuning --use_peft --peft_method lora --quantization --model_name meta-llama/Meta-Llama-3-8B --dataset "openbookqa" --custom_dataset.file "datasets/openbookqa_dataset.py" --batching_strategy "packing"` and I am still getting the error. My...
Thank you for your reply Here is the code, I am using a for loop to call `rebuff` function multiple times, so the `user_input` is just a string prompt ```...
Hi, Thank you for your reply. I have following questions: 1. Can you tell me what command I should use to build environment using `uv`? 2. Should I just copy...
Hi, Can you please provide me a clearer instruction? I have tried creating environment using `uv pip install --sync`, `uv pip install -r uv.lock` and none of them works. So...
Hi, Thank you for your reply. I have now followed your new instruction. I created a new conda environment with `python 3.12.0`. Then I use `pip install uv` installed uv....
Hi, Yes, the error is from the new python script: ``` python import torch from lm_saes import ( ActivationFactoryConfig, ActivationFactoryDatasetSource, ActivationFactoryTarget, InitializerConfig, SAEConfig, TrainerConfig, TrainSAESettings, WandbConfig, train_sae, ) if __name__...
Thank you! Please update asap
> TransformerLens just started officially supporting vision models in the last month. There is a way to basically make it happen without needing to wait for a specific model to...