damndeepesh commited on
Commit
fd80dd0
·
verified ·
1 Parent(s): e926fee

Updated Readme.md with Deployment Specification

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # LoRA Fine-Tuning and CoreML Conversion with Streamlit
2
 
3
  This project demonstrates how to fine-tune a large language model (LLM) using Low-Rank Adaptation (LoRA) and convert it to the CoreML format for on-device deployment. The entire process is wrapped in a user-friendly Streamlit web application.
@@ -64,4 +73,4 @@ The application follows a simple workflow:
64
 
65
  ---
66
 
67
- Happy fine-tuning and story generating!
 
1
+ ---
2
+ license: mit
3
+ title: LoRA Fine-Tuning and CoreML Conversion with Streamlit
4
+ sdk: streamlit
5
+ emoji: 🦀
6
+ colorFrom: green
7
+ colorTo: blue
8
+ pinned: true
9
+ ---
10
  # LoRA Fine-Tuning and CoreML Conversion with Streamlit
11
 
12
  This project demonstrates how to fine-tune a large language model (LLM) using Low-Rank Adaptation (LoRA) and convert it to the CoreML format for on-device deployment. The entire process is wrapped in a user-friendly Streamlit web application.
 
73
 
74
  ---
75
 
76
+ Happy fine-tuning and story generating!