Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,7 @@ Chameleon-Code_Explation_Gemma29b-v3 is a fine-tuned version of the Unsloth Gemm
|
|
| 17 |
## Table of Contents
|
| 18 |
- [Model Overview](#model-overview)
|
| 19 |
- [Getting Started](#getting-started)
|
|
|
|
| 20 |
- [Available Classes](#available-classes)
|
| 21 |
- [Training Details](#training-details)
|
| 22 |
- [Evaluation](#evaluation)
|
|
@@ -125,6 +126,12 @@ In addition to individual classes, the model has also been trained to explain a
|
|
| 125 |
* AtomicLockBundle
|
| 126 |
* TwigDebugBundle
|
| 127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
## Available Classes
|
| 129 |
|
| 130 |
The model has been trained to provide explanations for a wide range of classes in the Chameleon CMS system, including but not limited to:
|
|
@@ -538,6 +545,7 @@ The model has been trained to provide explanations for a wide range of classes i
|
|
| 538 |
* QueryConstants
|
| 539 |
* DatabaseMigrationConstants
|
| 540 |
* MigrationDataModelReducer
|
|
|
|
| 541 |
To get the explanation for a specific class, use the prompt format:
|
| 542 |
```text
|
| 543 |
Explain the XYZ class. I don't want to see code, I want only the explanation.
|
|
|
|
| 17 |
## Table of Contents
|
| 18 |
- [Model Overview](#model-overview)
|
| 19 |
- [Getting Started](#getting-started)
|
| 20 |
+
- [Available Bundles](#available-bundles)
|
| 21 |
- [Available Classes](#available-classes)
|
| 22 |
- [Training Details](#training-details)
|
| 23 |
- [Evaluation](#evaluation)
|
|
|
|
| 126 |
* AtomicLockBundle
|
| 127 |
* TwigDebugBundle
|
| 128 |
|
| 129 |
+
To get the explanation for a specific class, use the prompt format:
|
| 130 |
+
```text
|
| 131 |
+
Explain the XYZ bundle. I don't want to see code, I want only the explanation.
|
| 132 |
+
```
|
| 133 |
+
|
| 134 |
+
|
| 135 |
## Available Classes
|
| 136 |
|
| 137 |
The model has been trained to provide explanations for a wide range of classes in the Chameleon CMS system, including but not limited to:
|
|
|
|
| 545 |
* QueryConstants
|
| 546 |
* DatabaseMigrationConstants
|
| 547 |
* MigrationDataModelReducer
|
| 548 |
+
*
|
| 549 |
To get the explanation for a specific class, use the prompt format:
|
| 550 |
```text
|
| 551 |
Explain the XYZ class. I don't want to see code, I want only the explanation.
|