ru_pipeline / README.md
opelumen's picture
Update README.md
bf481ee verified
---
tags:
- spacy
- token-classification
language:
- ru
model-index:
- name: ru_pipeline
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.9932885906
- name: NER Recall
type: recall
value: 0.9932885906
- name: NER F Score
type: f_score
value: 0.9932885906
---
# This model (Volk assistant) created for my personal project
---
| Feature | Description |
| --- | --- |
| **Name** | `ru_pipeline` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.7.2,<3.8.0` |
| **Default Pipeline** | `tok2vec`, `ner` |
| **Components** | `tok2vec`, `ner` |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [n/a]() |
### Label Scheme
<details>
<summary>View label scheme (2 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `DESC`, `TITLE` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 99.33 |
| `ENTS_P` | 99.33 |
| `ENTS_R` | 99.33 |
| `TOK2VEC_LOSS` | 776.67 |
| `NER_LOSS` | 8798.28 |