You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from xturing.datasets.instruction_dataset import InstructionDataset
from xturing.models import BaseModel
from pytorch_lightning.loggers import WandbLogger
import os
# Initializes WandB integration
wandb_logger = WandbLogger()
prompt = "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Input:\n{text}\n\n### Response:"