Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- sq
|
4 |
-
license:
|
5 |
---
|
6 |
|
7 |
# Bleta-8B Model
|
8 |
|
9 |
**License:**
|
10 |
|
11 |
-
|
12 |
|
13 |
## Overview
|
14 |
|
@@ -18,10 +18,13 @@ variety of applications, including dialogue generation, content creation, in alb
|
|
18 |
|
19 |
## Model Details
|
20 |
|
|
|
|
|
21 |
- **Model Name:** Bleta-8B
|
22 |
- **Model Size:** 8 Billion parameters
|
|
|
23 |
- **Format:** GGUF
|
24 |
-
- **License:**
|
25 |
|
26 |
## Files and Versions
|
27 |
|
@@ -49,5 +52,4 @@ variety of applications, including dialogue generation, content creation, in alb
|
|
49 |
mkdir build
|
50 |
cd build
|
51 |
cmake ..
|
52 |
-
make
|
53 |
-
|
|
|
1 |
---
|
2 |
language:
|
3 |
- sq
|
4 |
+
license: mit
|
5 |
---
|
6 |
|
7 |
# Bleta-8B Model
|
8 |
|
9 |
**License:**
|
10 |
|
11 |
+
MIT
|
12 |
|
13 |
## Overview
|
14 |
|
|
|
18 |
|
19 |
## Model Details
|
20 |
|
21 |
+
Here's the modified version with the base model of LLaMA 3 added:
|
22 |
+
|
23 |
- **Model Name:** Bleta-8B
|
24 |
- **Model Size:** 8 Billion parameters
|
25 |
+
- **Base Model:** LLaMA 3
|
26 |
- **Format:** GGUF
|
27 |
+
- **License:** MIT
|
28 |
|
29 |
## Files and Versions
|
30 |
|
|
|
52 |
mkdir build
|
53 |
cd build
|
54 |
cmake ..
|
55 |
+
make
|
|