Skip to content

Instantly share code, notes, and snippets.

View zmactep's full-sized avatar

Pavel Yakovlev zmactep

View GitHub Profile
@zmactep
zmactep / alpaca.py
Created April 5, 2023 08:46
Chat with alpaca-lora
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
import os
import argparse
import os.path as osp
from typing import Union
import torch
from transformers import GenerationConfig, LlamaForCausalLM, LlamaTokenizer