Text Generation
PEFT
Safetensors
Transformers
English
Polish
Math
Code
Adapter
lora
sft
trl
conversational
How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("speakleash/Bielik-7B-Instruct-v0.1")
model = PeftModel.from_pretrained(base_model, "Wojtekb30/Bielik-7B-Instruct-v0.1-Math-Code-adapter")

Bielik-7B-Instruct-v0.1-Math-Code-adapter

An adapter for Bielik 7B Instruct v0.1 trained on English datasets:

https://huggingface.co/datasets/ise-uiuc/Magicoder-Evol-Instruct-110K

https://huggingface.co/datasets/ise-uiuc/Magicoder-OSS-Instruct-75K

https://huggingface.co/datasets/meta-math/MetaMathQA

Base model: https://huggingface.co/speakleash/Bielik-7B-Instruct-v0.1

It might be little overfitted.

It was part of my MoE experiment that I abandoned - I wanted to use this adapter to create one of the experts in a MoE LLM. I decided to publish it because it was already trained and I'd feel bad to waste it.


Adapter dla Bielik 7B Instruct v0.1 wytrenowany na anglojęzycznych datasetach:

https://huggingface.co/datasets/ise-uiuc/Magicoder-Evol-Instruct-110K

https://huggingface.co/datasets/ise-uiuc/Magicoder-OSS-Instruct-75K

https://huggingface.co/datasets/meta-math/MetaMathQA

Oryginalny model: https://huggingface.co/speakleash/Bielik-7B-Instruct-v0.1

Adapter mógł ulec overfittingowi.

Była to część mojego porzuconego eksperymentu z modelem MoE - chciałem wykorzystać ten adapter do stworzenia jednego z ekspertów w modelu MoE. Ponieważ adapter został już wytrenowany i szkoda byłoby go zmarnować, publikuję go.

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Wojtekb30/Bielik-7B-Instruct-v0.1-Math-Code-adapter

Adapter
(3)
this model

Datasets used to train Wojtekb30/Bielik-7B-Instruct-v0.1-Math-Code-adapter