Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Marketplace Products
|
3 |
emoji: 🚀
|
|
|
1 |
+
# This model is a fine-tuned version of distilbert/distilbert-base-uncased for NER Task.
|
2 |
+
|
3 |
+
### The following hyperparameters were used during training:
|
4 |
+
|
5 |
+
- learning_rate=2e-5,
|
6 |
+
- per_device_train_batch_size=128,
|
7 |
+
- per_device_eval_batch_size=128,
|
8 |
+
- num_train_epochs=4,
|
9 |
+
- weight_decay=0.01,
|
10 |
+
- num_epochs: 4
|
11 |
+
|
12 |
+
### It achieves the following results on the evaluation set:
|
13 |
+
|
14 |
+
#### Training results
|
15 |
+
|
16 |
+
| Epoch | Training Loss | Validation Loss | Precision | Recall | F1 | Accuracy |
|
17 |
+
|:-----:|:-------------:|:---------------:|:---------:|:--------:|:--------:|:--------:|
|
18 |
+
| 1 | 0.286800 | 0.125389 | 0.977472 | 0.977472 | 0.977472 | 0.977472 |
|
19 |
+
| 2 | 0.051800 | 0.026039 | 0.993742 | 0.993742 | 0.993742 | 0.993742 |
|
20 |
+
| 3 | 0.024200 | 0.013263 | 0.994994 | 0.994994 | 0.994994 | 0.994994 |
|
21 |
+
| 4 | 0.015500 | 0.013252 | 0.994994 | 0.994994 | 0.994994 | 0.994994 |
|
22 |
+
|
23 |
+
|
24 |
+
Framework versions
|
25 |
+
Transformers 4.41.2
|
26 |
+
Pytorch 2.3.0+cu121
|
27 |
+
Datasets 2.19.2
|
28 |
+
Tokenizers 0.19.1
|
29 |
+
|
30 |
---
|
31 |
title: Marketplace Products
|
32 |
emoji: 🚀
|