Instructions to use DanielNRU/pollen-ner-750 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DanielNRU/pollen-ner-750 with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("DeepPavlov/rubert-base-cased") model = PeftModel.from_pretrained(base_model, "DanielNRU/pollen-ner-750") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files- README.md +11 -12
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [DeepPavlov/rubert-base-cased](https://huggingface.co/DeepPavlov/rubert-base-cased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -53,14 +53,13 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
| 56 |
-
| No log | 1.0 | 94 | 0.
|
| 57 |
-
| No log | 2.0 | 188 | 0.
|
| 58 |
-
| No log | 3.0 | 282 | 0.
|
| 59 |
-
| No log | 4.0 | 376 | 0.
|
| 60 |
-
| No log | 5.0 | 470 | 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.3998 | 8.0 | 752 | 0.1833 | 0.7939 | 0.8815 | 0.8354 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [DeepPavlov/rubert-base-cased](https://huggingface.co/DeepPavlov/rubert-base-cased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.1931
|
| 23 |
+
- Precision: 0.7953
|
| 24 |
+
- Recall: 0.8896
|
| 25 |
+
- F1: 0.8398
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
| 56 |
+
| No log | 1.0 | 94 | 0.1979 | 0.7802 | 0.8695 | 0.8224 |
|
| 57 |
+
| No log | 2.0 | 188 | 0.2063 | 0.7583 | 0.8755 | 0.8127 |
|
| 58 |
+
| No log | 3.0 | 282 | 0.1991 | 0.7770 | 0.8815 | 0.8260 |
|
| 59 |
+
| No log | 4.0 | 376 | 0.1969 | 0.7825 | 0.8815 | 0.8291 |
|
| 60 |
+
| No log | 5.0 | 470 | 0.1931 | 0.7953 | 0.8896 | 0.8398 |
|
| 61 |
+
| 0.3927 | 6.0 | 564 | 0.1873 | 0.7975 | 0.8855 | 0.8392 |
|
| 62 |
+
| 0.3927 | 7.0 | 658 | 0.1950 | 0.7809 | 0.8876 | 0.8308 |
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2400100
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b807a199c8c2da811092a70d7a4aab69337843ae9ffcd8ad60faecc33bf1281
|
| 3 |
size 2400100
|