Minibase commited on
Commit
a695c3e
Β·
verified Β·
1 Parent(s): 28d0662

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -57,7 +57,7 @@ model-index:
57
 
58
  **A high-performance Named Entity Recognition model with superior accuracy and structured JSON output.**
59
 
60
- [![Model Size](https://img.shields.io/badge/Model_Size-143MB-blue)](https://huggingface.co/)
61
  [![Architecture](https://img.shields.io/badge/Architecture-LlamaForCausalLM-green)](https://huggingface.co/)
62
  [![Context Window](https://img.shields.io/badge/Context-2048_Tokens-orange)](https://huggingface.co/)
63
  [![License](https://img.shields.io/badge/License-Apache_2.0-yellow)](https://www.apache.org/licenses/LICENSE-2.0)
@@ -75,7 +75,7 @@ model-index:
75
  ### Key Features
76
  - 🎯 **Excellent NER Performance**: 95.1% F1 score on entity recognition tasks
77
  - πŸ“Š **Entity Classification**: Accurately categorizes PERSON, ORG, LOC, and MISC entities
78
- - πŸ“ **Optimized Size**: 143MB (Q8_0 quantized)
79
  - ⚑ **Efficient Inference**: 323.3ms average response time
80
  - πŸ”„ **Local Processing**: No data sent to external servers
81
  - πŸ—οΈ **Structured JSON Output**: Clean, parseable entity extraction results
@@ -269,7 +269,7 @@ John Smith works at Google in New York and uses Python programming language.
269
  - **Context Window**: 2,048 tokens
270
  - **Max Position Embeddings**: 2,048
271
  - **Quantization**: GGUF (Q8_0 quantization)
272
- - **File Size**: 143MB
273
  - **Memory Requirements**: 8GB RAM minimum, 16GB recommended
274
 
275
  ### Training Details
 
57
 
58
  **A high-performance Named Entity Recognition model with superior accuracy and structured JSON output.**
59
 
60
+ [![Model Size](https://img.shields.io/badge/Model_Size-369MB-blue)](https://huggingface.co/)
61
  [![Architecture](https://img.shields.io/badge/Architecture-LlamaForCausalLM-green)](https://huggingface.co/)
62
  [![Context Window](https://img.shields.io/badge/Context-2048_Tokens-orange)](https://huggingface.co/)
63
  [![License](https://img.shields.io/badge/License-Apache_2.0-yellow)](https://www.apache.org/licenses/LICENSE-2.0)
 
75
  ### Key Features
76
  - 🎯 **Excellent NER Performance**: 95.1% F1 score on entity recognition tasks
77
  - πŸ“Š **Entity Classification**: Accurately categorizes PERSON, ORG, LOC, and MISC entities
78
+ - πŸ“ **Optimized Size**: 369MB (Q8_0 quantized)
79
  - ⚑ **Efficient Inference**: 323.3ms average response time
80
  - πŸ”„ **Local Processing**: No data sent to external servers
81
  - πŸ—οΈ **Structured JSON Output**: Clean, parseable entity extraction results
 
269
  - **Context Window**: 2,048 tokens
270
  - **Max Position Embeddings**: 2,048
271
  - **Quantization**: GGUF (Q8_0 quantization)
272
+ - **File Size**: 369MB
273
  - **Memory Requirements**: 8GB RAM minimum, 16GB recommended
274
 
275
  ### Training Details