shahdishank commited on
Commit
ca84cf7
·
verified ·
1 Parent(s): 2b75165

Updated README

Browse files
Files changed (1) hide show
  1. README.md +5 -13
README.md CHANGED
@@ -22,21 +22,13 @@ This model card corresponds to the 2B finetuned version of the Gemma-2b-it model
22
 
23
  **Author**: Dishank Shah
24
 
25
- ## Model Information
26
-
27
- Summary description and brief definition of inputs and outputs.
28
-
29
  ### Description
30
 
31
- Gemma is a family of lightweight, state-of-the-art open models from Google,
32
- built from the same research and technology used to create the Gemini models.
33
- They are text-to-text, decoder-only large language models, available in English,
34
- with open weights, pre-trained variants, and instruction-tuned variants. Gemma
35
- models are well-suited for a variety of text generation tasks, including
36
- question answering, summarization, and reasoning. Their relatively small size
37
- makes it possible to deploy them in environments with limited resources such as
38
- a laptop, desktop or your own cloud infrastructure, democratizing access to
39
- state of the art AI models and helping foster innovation for everyone.
40
 
41
  ### Usage
42
 
 
22
 
23
  **Author**: Dishank Shah
24
 
 
 
 
 
25
  ### Description
26
 
27
+ GifPC-2b (Gemma-2b-it-finetuned-python-codes) LLM is trained on a dataset containing Python code snippets.
28
+ This specialized training aimed to enhance Gemma-2b-it's understanding of Python syntax, semantics, and common programming patterns.
29
+ With this finetuning, Gemma-2b-it is now proficient in not only comprehending Python code but also capable of assisting in debugging tasks.
30
+ Users can leverage its trained knowledge to seek guidance on Python-related issues, understand code logic, and identify potential errors within their programs.
31
+ This specialized Gemma-2b-it variant serves as a valuable tool for programmers seeking assistance and guidance in Python programming and debugging tasks.
 
 
 
 
32
 
33
  ### Usage
34