mahmoudd777 commited on
Commit
d02ec57
·
verified ·
1 Parent(s): 257d795

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - ar
5
+ - en
6
+ tags:
7
+ - real-estate
8
+ - information-extraction
9
+ - gguf
10
+ - qwen3
11
+ - fine-tuned
12
+ - egypt
13
+ base_model: Qwen/Qwen3.5-4B
14
+ ---
15
+
16
+ # Qwen3.5-4B — Real Estate Call Analysis (Egyptian Market)
17
+
18
+ Fine-tuned version of Qwen3.5-4B for extracting structured information from real estate call transcripts in the Egyptian market. Supports English and Egyptian Arabic.
19
+
20
+ ## What it does
21
+
22
+ Given a call transcript, the model extracts a structured JSON object with:
23
+
24
+ - Client name, sentiment, urgency, timeline
25
+ - Confidence score and transcript quality score
26
+ - Client profile, special requests, action items, call summary
27
+ - requested_units array with: intent, property type, location, currency, budget, payment method, area, bedrooms, finishing, key objection
28
+
29
+ ## Training
30
+
31
+ - **Base model**: Qwen/Qwen3.5-4B
32
+ - **Method**: LoRA fine-tuning (r=16) via Unsloth
33
+ - **Dataset**: 650 real estate call transcripts (70% English, 30% Egyptian Arabic)
34
+ - **Sequence length**: 2048 tokens
35
+ - **Epochs**: 6
36
+
37
+ ## Language support
38
+
39
+ - English call transcripts
40
+ - Egyptian Arabic call transcripts
41
+ - Mixed Arabic/English conversations