Jeon Sangmin

Results 3 issues of Jeon Sangmin

it's good just to merge? - basemodel rope : 500,000 - model1 rope : 500,000 - model2 rope : 20,000,000 how can I do?

Hi there, I am a current user of bfcl and would like to submit this PR to address an improvement opportunity I've identified while working with the module. Currently, model...

# Version ``` pip install unsloth pip install git+https://github.com/huggingface/[email protected] ``` # Code ```python from unsloth import FastModel import torch model, tokenizer = FastModel.from_pretrained( model_name = "unsloth/gemma-3-4b-it", max_seq_length = 4096, #...