update readme
Browse files
README.md
CHANGED
@@ -1,9 +1,25 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Training procedure
|
|
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
-
|
9 |
-
- PEFT 0.5.0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: question-answering
|
7 |
+
tags: [fine-tuned]
|
8 |
+
inference:
|
9 |
+
parameters:
|
10 |
+
temperature: 0.7
|
11 |
---
|
12 |
## Training procedure
|
13 |
+
The TSOTSALLM-beta Large Language Model (LLM) is a fine-tuned generative text model based on LLama-2 with 7 billions parameters.
|
14 |
|
15 |
+
## Model Architecture
|
16 |
+
TSOTSALLM-beta is a transformer model, with the following architecture choices:
|
17 |
+
- Grouped-Query Attention
|
18 |
+
- Sliding-Window Attention
|
19 |
+
- Byte-fallback BPE tokenizer
|
20 |
+
## The TSOTSALLM AI Team
|
21 |
+
- Jean Petit BIKIM
|
22 |
+
- Fidel Jiomekong
|
23 |
+
- Martins Folefack
|
24 |
+
- Brice
|
25 |
|
|
|
|