distillabs commited on
Commit
3bb7df7
·
verified ·
1 Parent(s): 7bcba47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -1,3 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Distil-Localdoc-Qwen3-0.6B
2
 
3
  A small language model (SLM) fine-tuned by Distil Labs for generating high-quality Python docstrings in Google style. Optimized to run locally via Ollama, ensuring your proprietary code never leaves your infrastructure.
@@ -8,7 +40,7 @@ A small language model (SLM) fine-tuned by Distil Labs for generating high-quali
8
 
9
  - **Developed by**: Distil Labs GmbH
10
  - **License**: Apache 2.0
11
- - **Finetuned from**: Qwen/Qwen2.5-0.5B-Instruct
12
  - **Model Size**: 0.6B parameters
13
  - **Deployment**: Local inference via Ollama
14
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - code
8
+ - python
9
+ - docstring
10
+ - documentation
11
+ - code-generation
12
+ - local-llm
13
+ - privacy
14
+ - ollama
15
+ - qwen3
16
+ - knowledge-distillation
17
+ - developer-tools
18
+ base_model: Qwen/Qwen3-0.6B
19
+ pipeline_tag: text-generation
20
+ model-index:
21
+ - name: Distil-Localdoc-Qwen3-0.6B
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ name: Docstring Generation
26
+ metrics:
27
+ - type: accuracy
28
+ value: 0.76
29
+ name: LLM-as-Judge Accuracy
30
+ verified: false
31
+ ---
32
+
33
  # Distil-Localdoc-Qwen3-0.6B
34
 
35
  A small language model (SLM) fine-tuned by Distil Labs for generating high-quality Python docstrings in Google style. Optimized to run locally via Ollama, ensuring your proprietary code never leaves your infrastructure.
 
40
 
41
  - **Developed by**: Distil Labs GmbH
42
  - **License**: Apache 2.0
43
+ - **Finetuned from**: Qwen/Qwen3-0.6B
44
  - **Model Size**: 0.6B parameters
45
  - **Deployment**: Local inference via Ollama
46