jejunepixels commited on
Commit
cc942d1
·
verified ·
1 Parent(s): fe999d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -8,4 +8,29 @@ tags:
8
  - lora
9
  language:
10
  - en
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - lora
9
  language:
10
  - en
11
+ ---
12
+
13
+ # Qwen3 Information Extractor
14
+
15
+ Fine-tuned Qwen3-4B model for extracting personal information from text.
16
+
17
+ ## Base Model
18
+ This model is based on [Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507).
19
+
20
+ ## License
21
+ This model is licensed under Apache 2.0, same as the base Qwen3 model.
22
+
23
+ ## Training Details
24
+ - Base Model: Qwen3-4B-Instruct-2507
25
+ - Training Method: LoRA fine-tuning on custom dataset
26
+ - Training Examples: 240 examples
27
+ - Epochs: 3
28
+ - Fine-tuning Date: December 2024
29
+
30
+ ## Citation
31
+ If you use this model, please cite:
32
+ - The original Qwen3 model by Alibaba Cloud
33
+ - This fine-tuned version by [Your Name]
34
+
35
+ ## Disclaimer
36
+ This model is a derivative work of Qwen3-4B-Instruct-2507 and inherits its license terms.