Updated README
Browse files
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
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 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 |
|