nguyenviet
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
language:
|
4 |
+
- vi
|
5 |
+
model_name: PhoGPT 7B5 Instruct
|
6 |
+
inference: false
|
7 |
+
model_creator: VinAI Research
|
8 |
+
model_link: https://huggingface.co/vinai/PhoGPT-7B5-Instruct
|
9 |
+
model_type: mpt
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
quantized_by: nguyenviet
|
12 |
+
base_model: vinai/PhoGPT-7B5-Instruct
|
13 |
+
---
|
14 |
+
|
15 |
+
# PhoGPT-4B-Chat.GGUF
|
16 |
+
|
17 |
+
GGUF format files of the model [vinai/PhoGPT-4B-Chat](https://huggingface.co/vinai/PhoGPT-4B-Chat).
|
18 |
+
|
19 |
+
## Model Details
|
20 |
+
|
21 |
+
For detailed information about the original model, please refer to [phoGPT's repository](https://github.com/VinAIResearch/PhoGPT).
|
22 |
+
|
23 |
+
## Uses
|
24 |
+
|
25 |
+
Select and download the quantization version that fits the needs.
|
26 |
+
|
27 |
+
## License
|
28 |
+
|
29 |
+
PhoGPT is licensed under the [Apache License 2.0](https://github.com/VinAIResearch/PhoGPT/blob/main/LICENSE), Copyright (c) VinAI. All Rights Reserved.
|