How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="sosoai/hansoldeco-command-r-plus-v0.1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("sosoai/hansoldeco-command-r-plus-v0.1")
model = AutoModelForCausalLM.from_pretrained("sosoai/hansoldeco-command-r-plus-v0.1", device_map="auto")
Quick Links

Finetuned Hansoldeco Domain dataset

(Specialized on interiror Q&A and defective things on it.)

load_in_8bit=True

batch_size = 1 num_epochs = 3 micro_batch = 1 gradient_accumulation_steps = batch_size // micro_batch lora target

2 X A100 80GB

Base Model = CohereForAI/c4ai-command-r-plus

license : cc-by-nc-4.0 (non-commercial as cohere mentioned)

Downloads last month
18
Safetensors
Model size
104B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support