METdev commited on
Commit
8c9c7ee
·
verified ·
1 Parent(s): 790534f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```markdown
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Qwen/Qwen2.5-1.5B
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ ```
10
+
11
+ ---
12
+
13
+ # MET2 1.5B
14
+
15
+ ![MET2 Logo](https://ollama.com/assets/oleg_pivo2014/Met2/b413dc42-7e39-4c9b-8a3a-fbf15171d4ac)
16
+
17
+ ## Introduction
18
+
19
+ **MET2 1.5B** is a specialized large language model fine-tuned from the **Qwen2.5-1.5B** base model using **LoRA** (Low-Rank Adaptation). It is tailored specifically for enhanced performance in **coding and related tasks**.
20
+
21
+ Compared to its base model, MET2 1.5B offers the following improvements for programming-focused use cases:
22
+
23
+ - Enhanced capabilities in **code generation**, **reasoning**, and **bug fixing**.
24
+ - A strong foundation for integration into real-world tools such as **code agents**.
25
+ - Maintains general-purpose language understanding while optimizing for development-oriented tasks.
26
+
27
+ ### Key Features
28
+
29
+ - **Model Type:** Causal Language Model
30
+ - **Fine-Tuning Method:** LoRA on pretrained Qwen2.5-1.5B with post-training
31
+ - **Parameters:** ~1.5 billion
32
+ - **Use Case:** Instruction-tuned for software development and coding assistance
33
+
34
+ For technical details on the base architecture, see the [Qwen2.5 Technical Report](https://arxiv.org/abs/2407.10671).
35
+
36
+ You can also find and run this model via Ollama:
37
+
38
+ 🔗 **[Run MET2 on Ollama](https://ollama.com/oleg_pivo2014/Met2)**
39
+
40
+ ---
41
+
42
+ ## Citation
43
+
44
+ If you find MET2 useful in your research or projects, please cite the Qwen2.5 base model:
45
+
46
+ ```bibtex
47
+ @article{qwen2,
48
+ title={Qwen2 Technical Report},
49
+ author={An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
50
+ journal={arXiv preprint arXiv:2407.10671},
51
+ year={2024}
52
+ }
53
+ ```