Text Generation
GGUF
English
named-entity-recognition
ner
nlp
information-extraction
person
organization
location
miscellaneous
llama
minibase
standard-model
2048-context
Eval Results (legacy)
Instructions to use Minibase/NER-Standard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Minibase/NER-Standard with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Minibase/NER-Standard", filename="model.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Minibase/NER-Standard with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Minibase/NER-Standard # Run inference directly in the terminal: llama cli -hf Minibase/NER-Standard
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Minibase/NER-Standard # Run inference directly in the terminal: llama cli -hf Minibase/NER-Standard
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Minibase/NER-Standard # Run inference directly in the terminal: ./llama-cli -hf Minibase/NER-Standard
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Minibase/NER-Standard # Run inference directly in the terminal: ./build/bin/llama-cli -hf Minibase/NER-Standard
Use Docker
docker model run hf.co/Minibase/NER-Standard
- LM Studio
- Jan
- vLLM
How to use Minibase/NER-Standard with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Minibase/NER-Standard" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Minibase/NER-Standard", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Minibase/NER-Standard
- Ollama
How to use Minibase/NER-Standard with Ollama:
ollama run hf.co/Minibase/NER-Standard
- Unsloth Studio
How to use Minibase/NER-Standard with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Minibase/NER-Standard to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Minibase/NER-Standard to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Minibase/NER-Standard to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Minibase/NER-Standard with Docker Model Runner:
docker model run hf.co/Minibase/NER-Standard
- Lemonade
How to use Minibase/NER-Standard with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Minibase/NER-Standard
Run and chat with the model
lemonade run user.NER-Standard-{{QUANT_TAG}}List all available models
lemonade list
Upload config.json with huggingface_hub
Browse files- config.json +3 -76
config.json
CHANGED
|
@@ -1,76 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"vocab_size": 49152,
|
| 5 |
-
"context_length": 2048,
|
| 6 |
-
"hidden_size": 576,
|
| 7 |
-
"num_attention_heads": 9,
|
| 8 |
-
"num_hidden_layers": 30,
|
| 9 |
-
"intermediate_size": 1536,
|
| 10 |
-
"quantization_config": {
|
| 11 |
-
"quant_method": "gguf",
|
| 12 |
-
"quantization_type": "Q8_0",
|
| 13 |
-
"quantization_bits": 8,
|
| 14 |
-
"compression_ratio": 0.5,
|
| 15 |
-
"quantization_version": "2",
|
| 16 |
-
"quantization_fidelity": "high",
|
| 17 |
-
"quantization_format": "GGUF",
|
| 18 |
-
"quantization_description": "8-bit quantization with optimized weights for high fidelity"
|
| 19 |
-
},
|
| 20 |
-
"file_size": 143025408,
|
| 21 |
-
"file_size_mb": 143,
|
| 22 |
-
"gguf_file": "model.gguf",
|
| 23 |
-
"model_family": "llama",
|
| 24 |
-
"model_version": "1.0.0",
|
| 25 |
-
"hardware_requirements": {
|
| 26 |
-
"minimum_ram": "8GB",
|
| 27 |
-
"recommended_ram": "16GB",
|
| 28 |
-
"cpu_compatibility": "Any modern CPU",
|
| 29 |
-
"gpu_compatibility": {
|
| 30 |
-
"nvidia": "Any CUDA-compatible GPU",
|
| 31 |
-
"amd": "Any ROCm-compatible GPU",
|
| 32 |
-
"apple_silicon": "M1/M2/M3/M4 chips with Metal"
|
| 33 |
-
},
|
| 34 |
-
"os_compatibility": ["linux", "macos", "windows"],
|
| 35 |
-
"recommended_hardware": "Apple Silicon M2/M3/M4, Intel i7/i9, or NVIDIA RTX 30-series",
|
| 36 |
-
"memory_usage_estimate": "~2GB during inference",
|
| 37 |
-
"storage_requirements": "150MB free space"
|
| 38 |
-
},
|
| 39 |
-
"performance_metrics": {
|
| 40 |
-
"ner_f1_score": 0.951,
|
| 41 |
-
"precision": 0.915,
|
| 42 |
-
"recall": 1.000,
|
| 43 |
-
"entity_types_supported": ["PERSON", "ORG", "LOC", "MISC"],
|
| 44 |
-
"latency_ms": 323.3,
|
| 45 |
-
"throughput_requests_per_second": 3.1,
|
| 46 |
-
"benchmark_dataset": "NER Benchmark Dataset",
|
| 47 |
-
"benchmark_samples": 100,
|
| 48 |
-
"evaluation_date": "2025-10-07"
|
| 49 |
-
},
|
| 50 |
-
"model_creator": "Minibase AI",
|
| 51 |
-
"model_url": "https://minibase.ai",
|
| 52 |
-
"discord_url": "https://discord.com/invite/BrJn4D2Guh",
|
| 53 |
-
"repository_url": "https://github.com/minibase-ai/ner-standard",
|
| 54 |
-
"paper_url": "https://minibase.ai/research/ner-standard",
|
| 55 |
-
"license": "apache-2.0",
|
| 56 |
-
"tags": [
|
| 57 |
-
"text-generation",
|
| 58 |
-
"named-entity-recognition",
|
| 59 |
-
"ner",
|
| 60 |
-
"nlp",
|
| 61 |
-
"information-extraction",
|
| 62 |
-
"person",
|
| 63 |
-
"organization",
|
| 64 |
-
"location",
|
| 65 |
-
"miscellaneous",
|
| 66 |
-
"llama",
|
| 67 |
-
"gguf",
|
| 68 |
-
"quantized",
|
| 69 |
-
"cpu-inference",
|
| 70 |
-
"apple-silicon",
|
| 71 |
-
"minibase",
|
| 72 |
-
"standard-model",
|
| 73 |
-
"2048-context",
|
| 74 |
-
"q8_0"
|
| 75 |
-
]
|
| 76 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:904a63de9bd60dc95f16a0f5518acf7c8249782849c95724962a3af937dac700
|
| 3 |
+
size 2258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|