rimashussain commited on
Commit
0006adf
·
verified ·
1 Parent(s): 6accd70

Unsloth Model Card

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -1,17 +1,21 @@
1
  ---
2
- title: Adeifix - AI Construction Takeoff
3
- emoji: 📐
4
- colorFrom: red
5
- colorTo: yellow
6
- sdk: gradio
7
- sdk_version: 5.8.0
8
- app_file: app.py
9
- pinned: true
10
  license: apache-2.0
 
 
11
  ---
12
 
13
- # Adeifix — AI Construction Takeoff
14
 
15
- Upload an architectural floor plan and get AI-powered analysis: room detection, dimensions, door/window counts, and more.
 
 
16
 
17
- Built on a fine-tuned Gemma 4 vision model trained on CubiCasa5K and ArchCAD datasets.
 
 
 
1
  ---
2
+ base_model: google/gemma-4-E4B-it
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - gemma4
 
 
8
  license: apache-2.0
9
+ language:
10
+ - en
11
  ---
12
 
13
+ # Uploaded finetuned model
14
 
15
+ - **Developed by:** rimashussain
16
+ - **License:** apache-2.0
17
+ - **Finetuned from model :** google/gemma-4-E4B-it
18
 
19
+ This gemma4 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
+
21
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)