Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
3 |
---
|
4 |
-
|
5 |
|
6 |
```markdown
|
7 |
# Bleta-8B Model
|
@@ -10,7 +12,7 @@ Sure! Below is an example of a `README.md` file tailored for the `bleta-7b` mode
|
|
10 |
|
11 |
## Overview
|
12 |
|
13 |
-
Bleta-8B is a state-of-the-art language model
|
14 |
|
15 |
## Model Details
|
16 |
|
@@ -28,7 +30,7 @@ Bleta-8B is a state-of-the-art language model. This model is designed to generat
|
|
28 |
- `special_tokens_map.json`: Mapping of special tokens.
|
29 |
- `tokenizer.json`: Tokenizer configuration.
|
30 |
- `tokenizer_config.json`: Detailed tokenizer settings.
|
31 |
-
- Q8_0.gguf`: The model file in GGUF format.
|
32 |
|
33 |
## Getting Started
|
34 |
|
@@ -51,7 +53,7 @@ Bleta-8B is a state-of-the-art language model. This model is designed to generat
|
|
51 |
Download the model file from the repository:
|
52 |
|
53 |
```bash
|
54 |
-
wget https://huggingface.co/klei1/bleta-
|
55 |
```
|
56 |
|
57 |
### Running the Model
|
@@ -64,7 +66,7 @@ Use the `llama.cpp` executable to run the model with your desired prompt:
|
|
64 |
|
65 |
Replace `"Your prompt here"` with the text you want to process with the model.
|
66 |
|
67 |
-
|
68 |
|
69 |
```bash
|
70 |
./main -m unsloth.Q8_0.gguf -p "Hello, world!"
|
@@ -72,15 +74,4 @@ Replace `"Your prompt here"` with the text you want to process with the model.
|
|
72 |
|
73 |
## License
|
74 |
|
75 |
-
This model is licensed under the
|
76 |
-
|
77 |
-
## Acknowledgements
|
78 |
-
|
79 |
-
This model was trained using the Unsloth framework. Special thanks to the contributors and the open-source community for their support.
|
80 |
-
|
81 |
-
## Contact
|
82 |
-
|
83 |
-
For any questions or issues, please open an issue on the [GitHub repository](https://github.com/klei1/bleta-7b/issues).
|
84 |
-
```
|
85 |
-
|
86 |
-
This `README.md` file provides an overview of the model, installation and usage instructions, and relevant details about the files included. It serves as a guide for users to understand and utilize the `bleta-7b` model effectively.
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- sq
|
5 |
---
|
6 |
+
Here is the revised `README.md` file for the Bleta-8B model:
|
7 |
|
8 |
```markdown
|
9 |
# Bleta-8B Model
|
|
|
12 |
|
13 |
## Overview
|
14 |
|
15 |
+
Bleta-8B is a state-of-the-art language model designed to generate coherent and contextually relevant text for a variety of applications, including dialogue generation, content creation, and more.
|
16 |
|
17 |
## Model Details
|
18 |
|
|
|
30 |
- `special_tokens_map.json`: Mapping of special tokens.
|
31 |
- `tokenizer.json`: Tokenizer configuration.
|
32 |
- `tokenizer_config.json`: Detailed tokenizer settings.
|
33 |
+
- `Q8_0.gguf`: The model file in GGUF format.
|
34 |
|
35 |
## Getting Started
|
36 |
|
|
|
53 |
Download the model file from the repository:
|
54 |
|
55 |
```bash
|
56 |
+
wget https://huggingface.co/klei1/bleta-8b/resolve/main/unsloth.Q8_0.gguf
|
57 |
```
|
58 |
|
59 |
### Running the Model
|
|
|
66 |
|
67 |
Replace `"Your prompt here"` with the text you want to process with the model.
|
68 |
|
69 |
+
#### Example Command
|
70 |
|
71 |
```bash
|
72 |
./main -m unsloth.Q8_0.gguf -p "Hello, world!"
|
|
|
74 |
|
75 |
## License
|
76 |
|
77 |
+
This model is licensed under the CreativeML OpenRAIL-M.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|