Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
4 |
---
|
5 |
|
|
|
|
|
|
|
|
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
---
|
5 |
|
6 |
+
This project utilizes the Llama 3.1 model, fine-tuned on a domain-specific private dataset. The Parameter-Efficient Fine-Tuning (PEFT) technique was applied to optimize performance in a specific domain.
|
7 |
+
|
8 |
+
The rest remains identical to the original model.
|
9 |
+
|
10 |
# Model Card for Model ID
|
11 |
|
12 |
<!-- Provide a quick summary of what the model is/does. -->
|