Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Chameleon-Code_Explation_Gemma29b-v2
|
| 2 |
|
| 3 |
Chameleon-Code_Explation_Gemma29b-v2 is a fine-tuned version of the Unsloth Gemma model, optimized for efficient inference using 4-bit quantization. This model has been trained to explain various classes within the Chameleon CMS system, which is a combined shop software and content management system.
|
|
@@ -544,5 +556,4 @@ If you use this model, please cite it as follows:
|
|
| 544 |
url = {https://github.com/unslothai/unsloth},
|
| 545 |
note = {Apache 2.0 License}
|
| 546 |
}
|
| 547 |
-
```
|
| 548 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- unsloth/gemma-2-9b-bnb-4bit
|
| 7 |
+
pipeline_tag: question-answering
|
| 8 |
+
tags:
|
| 9 |
+
- chameleon
|
| 10 |
+
- shop
|
| 11 |
+
- esono
|
| 12 |
+
---
|
| 13 |
# Chameleon-Code_Explation_Gemma29b-v2
|
| 14 |
|
| 15 |
Chameleon-Code_Explation_Gemma29b-v2 is a fine-tuned version of the Unsloth Gemma model, optimized for efficient inference using 4-bit quantization. This model has been trained to explain various classes within the Chameleon CMS system, which is a combined shop software and content management system.
|
|
|
|
| 556 |
url = {https://github.com/unslothai/unsloth},
|
| 557 |
note = {Apache 2.0 License}
|
| 558 |
}
|
| 559 |
+
```
|
|
|