- Seoul, South Korea
Pinned Loading
-
LlamaSynth
LlamaSynth PublicIt is to generate synthetic text data, making Llama agents to chat each other
Python
-
-
mcp-knowledge-base
mcp-knowledge-base PublicMCP server implementation for private knowledge base
Python 4
-
T5-small fine-tuning reference code ...
T5-small fine-tuning reference code for text classification 1from transformers import T5ForConditionalGeneration, AutoTokenizer
2from transformers.integrations import TensorBoardCallback
3import transformers
4import torch
5import os
-
DistilBERT + MLP Reference code for ...
DistilBERT + MLP Reference code for Text Classification 1from transformers import DistilBertModel, DistilBertTokenizer
2import torch
3import torch.nn as nn
4import numpy as np
5from tqdm import tqdm
-
Llama Fine-tuning Reference Code for...
Llama Fine-tuning Reference Code for Text Classification 1from sklearn.metrics import accuracy_score, f1_score, confusion_matrix
2import time
3from transformers import AutoModelForCausalLM, AutoTokenizer
4from transformers.integrations import TensorBoardCallback
5import peft
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.