aman4014 commited on
Commit
88e02ce
·
verified ·
1 Parent(s): 019c13b

updated model file

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -11,6 +11,8 @@ tags:
11
  model-index:
12
  - name: Wardrobe Assistant Qwen3-VL
13
  results: []
 
 
14
  ---
15
 
16
  # Wardrobe Assistant - Qwen3-VL-4B Fine-tuned Model
@@ -66,13 +68,13 @@ import torch
66
 
67
  # Load model and processor
68
  model = Qwen3VLForConditionalGeneration.from_pretrained(
69
- "your-username/wardrobe-assistant-qwen3vl-4b",
70
  torch_dtype="auto",
71
  device_map="auto"
72
  ).eval()
73
 
74
  processor = Qwen3VLProcessor.from_pretrained(
75
- "your-username/wardrobe-assistant-qwen3vl-4b"
76
  )
77
 
78
  # Load image
@@ -239,11 +241,11 @@ If you use this model in your research or application, please cite:
239
 
240
  ```bibtex
241
  @misc{wardrobe_assistant_qwen3vl,
242
- author = {Your Name},
243
  title = {Wardrobe Assistant - Qwen3-VL-4B Fine-tuned Model},
244
  year = {2026},
245
  publisher = {Hugging Face},
246
- howpublished = {\url{https://huggingface.co/your-username/wardrobe-assistant-qwen3vl-4b}}
247
  }
248
  ```
249
 
@@ -255,7 +257,7 @@ This model is based on Qwen3-VL-4B-Instruct. Please refer to the [Qwen3 License]
255
 
256
  ## Contributors
257
 
258
- - **Model Creator:** [Your Name/Organization]
259
  - **Base Model:** Alibaba Qwen Team
260
  - **Framework:** Hugging Face Transformers
261
 
@@ -277,6 +279,6 @@ For issues, questions, or feedback regarding this model, please:
277
 
278
  **Last Updated:** March 2026
279
 
280
- **Model Hub:** [Your Hugging Face Model Link]
281
 
282
- **Repository:** [Your GitHub Repository Link (if applicable)]
 
11
  model-index:
12
  - name: Wardrobe Assistant Qwen3-VL
13
  results: []
14
+ base_model:
15
+ - Qwen/Qwen3-VL-4B-Instruct
16
  ---
17
 
18
  # Wardrobe Assistant - Qwen3-VL-4B Fine-tuned Model
 
68
 
69
  # Load model and processor
70
  model = Qwen3VLForConditionalGeneration.from_pretrained(
71
+ "aman4014/Wardrobe-Initial-Classification-Model",
72
  torch_dtype="auto",
73
  device_map="auto"
74
  ).eval()
75
 
76
  processor = Qwen3VLProcessor.from_pretrained(
77
+ "aman4014/Wardrobe-Initial-Classification-Model"
78
  )
79
 
80
  # Load image
 
241
 
242
  ```bibtex
243
  @misc{wardrobe_assistant_qwen3vl,
244
+ author = {aman4014},
245
  title = {Wardrobe Assistant - Qwen3-VL-4B Fine-tuned Model},
246
  year = {2026},
247
  publisher = {Hugging Face},
248
+ howpublished = {\url{https://huggingface.co/aman4014/Wardrobe-Initial-Classification-Model}}
249
  }
250
  ```
251
 
 
257
 
258
  ## Contributors
259
 
260
+ - **Model Creator:** aman4014
261
  - **Base Model:** Alibaba Qwen Team
262
  - **Framework:** Hugging Face Transformers
263
 
 
279
 
280
  **Last Updated:** March 2026
281
 
282
+ **Model Hub:** https://huggingface.co/aman4014/Wardrobe-Initial-Classification-Model
283
 
284
+ **Repository:** https://github.com/aman4014/Wardrobe-Initial-Classification-Model