Update README.md
Browse files
README.md
CHANGED
@@ -1,43 +1,14 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- mergekit
|
6 |
- merge
|
7 |
-
|
8 |
---
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
## Merge Details
|
14 |
-
### Merge Method
|
15 |
-
|
16 |
-
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using /mimer/NOBACKUP/groups/naiss2024-22-361/Eric_Pap/Llama-3.1-8B-Instruct as a base.
|
17 |
-
|
18 |
-
### Models Merged
|
19 |
-
|
20 |
-
The following models were included in the merge:
|
21 |
-
* /mimer/NOBACKUP/groups/naiss2024-22-201/PapInsc5/models/8
|
22 |
-
|
23 |
-
### Configuration
|
24 |
-
|
25 |
-
The following YAML configuration was used to produce this model:
|
26 |
|
27 |
-
|
28 |
-
models:
|
29 |
-
- model: /mimer/NOBACKUP/groups/naiss2024-22-361/Eric_Pap/Llama-3.1-8B-Instruct
|
30 |
-
parameters:
|
31 |
-
density: 1
|
32 |
-
weight: 1
|
33 |
-
- model: /mimer/NOBACKUP/groups/naiss2024-22-201/PapInsc5/models/8
|
34 |
-
parameters:
|
35 |
-
density: 1
|
36 |
-
weight: 1
|
37 |
-
merge_method: ties
|
38 |
-
base_model: /mimer/NOBACKUP/groups/naiss2024-22-361/Eric_Pap/Llama-3.1-8B-Instruct
|
39 |
-
parameters:
|
40 |
-
normalize: true
|
41 |
-
int8_mask: true
|
42 |
-
dtype: float16
|
43 |
-
```
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Ericu950/Papy_2_Llama-3.1-8B-Instruct_text
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- mergekit
|
7 |
- merge
|
|
|
8 |
---
|
9 |
+
This model is an alternative to Ericu950/Epigr_2_Llama-3.1-8B-Instruct_text. It was fine-tuned starting from the base model Ericu950/Papy_2_Llama-3.1-8B-Instruct_text and trained on an 80%/10%/10% split for training, testing, and validation.
|
10 |
+
• Test Set: Inscriptions with PHI IDs ending in 3.
|
11 |
+
• Validation Set: Inscriptions with PHI IDs ending in 4.
|
12 |
+
• Training Set: All other inscriptions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
For inference guidelines and additional details, refer to the model card for Ericu950/Epigr_2_Llama-3.1-8B-Instruct_text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|