Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
tags:
|
4 |
+
- Phi-2B
|
5 |
+
- Portuguese
|
6 |
+
- Bode
|
7 |
+
- LLM
|
8 |
+
- Alpaca
|
9 |
+
license: mit
|
10 |
+
language:
|
11 |
+
- pt
|
12 |
+
- en
|
13 |
+
metrics:
|
14 |
+
- accuracy
|
15 |
+
- f1
|
16 |
+
- precision
|
17 |
+
- recall
|
18 |
+
pipeline_tag: text-generation
|
19 |
+
---
|
20 |
+
|
21 |
+
# Phi-Bode - GGUF
|
22 |
+
|
23 |
+
Original Model: [recogna-nlp/Phi-Bode](https://huggingface.co/recogna-nlp/Phi-Bode)
|
24 |
+
|
25 |
+
|
26 |
+
<!--- PROJECT LOGO -->
|
27 |
+
<p align="center">
|
28 |
+
<img src="https://huggingface.co/recogna-nlp/Phi-Bode/resolve/main/phi-bode.jpg" alt="Phi-Bode Logo" width="400" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
29 |
+
</p>
|