Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ language:
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- meta-llama/Llama-3.1-8B-Instruct
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
## Introduction
|
|
@@ -50,4 +51,4 @@ Output: July
|
|
| 50 |
Input: 12
|
| 51 |
Output: December
|
| 52 |
```
|
| 53 |
-
domain_map(): Convert a month number to its corresponding month name.
|
|
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- meta-llama/Llama-3.1-8B-Instruct
|
| 7 |
+
library_name: peft
|
| 8 |
---
|
| 9 |
|
| 10 |
## Introduction
|
|
|
|
| 51 |
Input: 12
|
| 52 |
Output: December
|
| 53 |
```
|
| 54 |
+
domain_map(): Convert a month number to its corresponding month name.
|