praneethposina
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,21 @@ The fine-tuned model is hosted on Hugging Face:
|
|
59 |
3. Set up AWS CodePipeline for CI/CD
|
60 |
4. Configure CloudWatch monitoring
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
- **Developed by:** praneethposina
|
63 |
- **License:** apache-2.0
|
64 |
-
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|
|
|
59 |
3. Set up AWS CodePipeline for CI/CD
|
60 |
4. Configure CloudWatch monitoring
|
61 |
|
62 |
+
---
|
63 |
+
base_model: unsloth/llama-3-8b-bnb-4bit
|
64 |
+
language:
|
65 |
+
- en
|
66 |
+
license: apache-2.0
|
67 |
+
tags:
|
68 |
+
- text-generation-inference
|
69 |
+
- transformers
|
70 |
+
- unsloth
|
71 |
+
- llama
|
72 |
+
- gguf
|
73 |
+
---
|
74 |
+
|
75 |
+
# Uploaded model
|
76 |
+
|
77 |
- **Developed by:** praneethposina
|
78 |
- **License:** apache-2.0
|
79 |
+
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|