Samarvir S Vasale commited on
Commit
e75acfb
1 Parent(s): af049ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
3
+ datasets:
4
+ - sahil2801/CodeAlpaca-20k
5
+ language:
6
+ - en
7
+ library_name: peft
8
+ license: apache-2.0
9
+ pipeline_tag: text-generation
10
+ ---
11
+
12
+ ## Lynx-8B
13
+ Lynx-8B is a fine-tuned language model based on Meta's LLaMA-3.1-8B, specifically optimized to be an exceptional coding assistant. This model has been fine-tuned using the CodeAlpaca-20k dataset, which enhances its capability to understand and generate code across various programming languages and scenarios.
14
+
15
+ ## Overview
16
+ Lynx-8B leverages the robust foundation of the Meta-Llama-3.1-8B-Instruct model and fine-tunes it with the comprehensive CodeAlpaca-20k dataset. This results in a model that excels in coding tasks, offering precise and context-aware code suggestions, completions, and explanations.
17
+
18
+ ## Features
19
+ - Code Generation: Generate syntactically correct and efficient code snippets.
20
+ - Code Completion: Provide context-aware code completions to accelerate your development process.
21
+ - Code Explanation: Offer explanations for code snippets, helping you understand complex logic.
22
+ - Multi-Language Support: Supports a wide range of programming languages including Python, JavaScript, Java, C++, and more.