Prithvik-1 commited on
Commit
097cfd7
Β·
verified Β·
1 Parent(s): a261a77

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -7
README.md CHANGED
@@ -1,12 +1,45 @@
1
  ---
2
- title: Mistral Finetuning Interface
3
- emoji: πŸ’»
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.0.0
8
- app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Mistral Fine-tuning Interface
3
+ emoji: πŸš€
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
+ app_file: interface_app.py
9
  pinned: false
10
+ license: apache-2.0
11
  ---
12
 
13
+ # πŸš€ Mistral Fine-tuning & Hosting Interface
14
+
15
+ A comprehensive Gradio interface for fine-tuning and deploying Mistral models with LoRA.
16
+
17
+ ## Features
18
+
19
+ - πŸ”₯ **Fine-tuning**: Train Mistral models with LoRA on custom datasets
20
+ - 🌐 **API Hosting**: Deploy fine-tuned models as REST APIs
21
+ - πŸ§ͺ **Test Inference**: Test your models with an intuitive interface
22
+ - πŸ“Š **GPU Recommendations**: Automatic parameter suggestions based on available GPU
23
+ - πŸ’Ύ **Model Management**: Easy model selection and management
24
+
25
+ ## Quick Start
26
+
27
+ 1. Upload your training dataset (JSON/JSONL format)
28
+ 2. Configure training parameters
29
+ 3. Start fine-tuning
30
+ 4. Test your model via inference tab
31
+ 5. Deploy as API for production use
32
+
33
+ ## Requirements
34
+
35
+ See `requirements_interface.txt` for dependencies.
36
+
37
+ ## Documentation
38
+
39
+ - Full setup guide in workspace
40
+ - Detailed API documentation included
41
+ - Example datasets and prompts provided
42
+
43
+ ## Author
44
+
45
+ Created for RTL code generation and hardware design tasks.