|
--- |
|
datasets: |
|
- ACE05 |
|
- conll2003 |
|
- conll2012_ontonotesv5 |
|
- rams |
|
- tacred |
|
- fewrel |
|
- maven |
|
language: |
|
- en |
|
metrics: |
|
- f1 |
|
pipeline_tag: text-generation |
|
tags: |
|
- text-generation-inference |
|
- Information Extraction |
|
- IE |
|
- Named Entity Recogniton |
|
- Event Extraction |
|
- Relation Extraction |
|
- LLaMA |
|
- llama-cpp |
|
|
|
base_model: THU-KEG/ADELIE-DPO-1.5B |
|
--- |
|
|
|
# IntelligentEstate/Keg_Party-DPO-1.5B-Q8_0-GGUF |
|
This model was converted to GGUF format from [`THU-KEG/ADELIE-DPO-1.5B`](https://huggingface.co/THU-KEG/ADELIE-DPO-1.5B) using llama.cpp |
|
|
|
![kegger.png](https://cdn-uploads.huggingface.co/production/uploads/6593502ca2607099284523db/5ACNGdhtREZeAoGQRjYH4.png) |
|
|
|
## Use with llama.cpp |
|
Install llama.cpp through brew (works on Mac and Linux) |
|
|
|
```bash |
|
brew install llama.cpp |
|
|
|
``` |
|
Invoke the llama.cpp server or the CLI. |
|
|