Jagneshdeveloper commited on
Commit
1c87483
ยท
verified ยท
1 Parent(s): 946e336

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -18,9 +18,9 @@ pipeline_tag: text-generation
18
 
19
  # ๐Ÿ‡ฎ๐Ÿ‡ณ Prakrit1.0-7B-Small
20
 
21
- <img src="https://wikimedia.org" alt="Flag of India" width="160" style="border-radius: 8px; box-shadow: 0px 4px 10px rgba(0,0,0,0.15); margin: 15px 0;">
22
 
23
- <h3>๐Ÿš€ A High-Performance Specialist Model Made in India</h3>
24
 
25
  <p align="center">
26
  Developed by <b>Jagneshdeveloper</b>
@@ -28,12 +28,12 @@ pipeline_tag: text-generation
28
 
29
  ---
30
 
31
- [![License: Apache 2.0](https://shields.io)](https://opensource.org)
32
- [![Parameters](https://shields.io)]()
33
- [![Focus](https://shields.io)]()
34
 
35
  </div>
36
 
 
 
37
  ## ๐Ÿ“Œ Overview
38
 
39
  **Prakrit1.0-7B-Small** is an advanced 7-billion parameter large language model proudly developed by **Jagneshdeveloper**. Built on top of the powerful **Qwen2.5** architecture, this model has been custom-engineered and fine-tuned specifically for autonomous agentic workflows and elite coding tasks.
@@ -84,7 +84,7 @@ prompt = "Write a Python script to scrape website data and format it into a stru
84
  inputs = tokenizer(prompt, return_tensors="pt").to("cuda")
85
  outputs = model.generate(**inputs, max_new_tokens=300, temperature=0.3)
86
 
87
- print(tokenizer.decode(outputs[0], skip_special_tokens=True))
88
  ```
89
 
90
  ---
 
18
 
19
  # ๐Ÿ‡ฎ๐Ÿ‡ณ Prakrit1.0-7B-Small
20
 
21
+ ## ๐ŸŒŸ **Made in India** ๐ŸŒŸ
22
 
23
+ <h3>๐Ÿš€ A High-Performance Specialist Model</h3>
24
 
25
  <p align="center">
26
  Developed by <b>Jagneshdeveloper</b>
 
28
 
29
  ---
30
 
31
+ `๐Ÿ“„ License: Apache 2.0` | `โš™๏ธ Parameters: 7 Billion` | `๐Ÿ’ป Focus: Coding & Agents`
 
 
32
 
33
  </div>
34
 
35
+ ---
36
+
37
  ## ๐Ÿ“Œ Overview
38
 
39
  **Prakrit1.0-7B-Small** is an advanced 7-billion parameter large language model proudly developed by **Jagneshdeveloper**. Built on top of the powerful **Qwen2.5** architecture, this model has been custom-engineered and fine-tuned specifically for autonomous agentic workflows and elite coding tasks.
 
84
  inputs = tokenizer(prompt, return_tensors="pt").to("cuda")
85
  outputs = model.generate(**inputs, max_new_tokens=300, temperature=0.3)
86
 
87
+ print(tokenizer.decode(outputs, skip_special_tokens=True))
88
  ```
89
 
90
  ---