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="JahnaviKumar/7BCodeLLama_PyCdSmry_Hetro_Central_LoRA")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("JahnaviKumar/7BCodeLLama_PyCdSmry_Hetro_Central_LoRA")
model = AutoModelForCausalLM.from_pretrained("JahnaviKumar/7BCodeLLama_PyCdSmry_Hetro_Central_LoRA")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Code Summarization without Direct Access to Code - Towards Exploring Federated LLMs for Software Engineering. The corresponding paper has been accepted in EASE-2024, for further details on the code, methodology, and results, please refer https://doi.org/10.1145/3661167.3661210. The study PEFT LoRA fine-tune an open source model Llama2 using python dataset https://github.com/EdinburghNLP/code-docstring-corpus.


datasets: - teven/code_docstring_corpus

language: - en

metrics: - bleu - meteor - rouge

tags: - llama2 - Code summary - EASE conference

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