nirusanan commited on
Commit
c4cc2d2
·
verified ·
1 Parent(s): acb2b66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -14,6 +14,9 @@ pipeline_tag: text-generation
14
  # Model Information
15
  The Qwen2.5-1.5B-NextJs-code is a quantized, fine-tuned version of the Qwen2.5-1.5B-Instruct model designed specifically for generating NextJs code.
16
 
 
 
 
17
 
18
  # How to use
19
  Starting with transformers version 4.44.0 and later, you can run conversational inference using the Transformers pipeline.
 
14
  # Model Information
15
  The Qwen2.5-1.5B-NextJs-code is a quantized, fine-tuned version of the Qwen2.5-1.5B-Instruct model designed specifically for generating NextJs code.
16
 
17
+ - **Developed by:** Nirusanan
18
+ - **Finetuned from model:** Qwen/Qwen2.5-1.5B-Instruct
19
+
20
 
21
  # How to use
22
  Starting with transformers version 4.44.0 and later, you can run conversational inference using the Transformers pipeline.