End of training
Browse files- README.md +99 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: bert-large-cased
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- universal_dependencies
|
| 8 |
+
metrics:
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
+
- f1
|
| 12 |
+
- accuracy
|
| 13 |
+
model-index:
|
| 14 |
+
- name: bert-large-cased-upos
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
name: Token Classification
|
| 18 |
+
type: token-classification
|
| 19 |
+
dataset:
|
| 20 |
+
name: universal_dependencies
|
| 21 |
+
type: universal_dependencies
|
| 22 |
+
config: en_ewt
|
| 23 |
+
split: validation
|
| 24 |
+
args: en_ewt
|
| 25 |
+
metrics:
|
| 26 |
+
- name: Precision
|
| 27 |
+
type: precision
|
| 28 |
+
value: 0.8688031595250056
|
| 29 |
+
- name: Recall
|
| 30 |
+
type: recall
|
| 31 |
+
value: 0.8557292884764056
|
| 32 |
+
- name: F1
|
| 33 |
+
type: f1
|
| 34 |
+
value: 0.8617720995316154
|
| 35 |
+
- name: Accuracy
|
| 36 |
+
type: accuracy
|
| 37 |
+
value: 0.8904395106479384
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 41 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 42 |
+
|
| 43 |
+
# bert-large-cased-upos
|
| 44 |
+
|
| 45 |
+
This model is a fine-tuned version of [bert-large-cased](https://huggingface.co/bert-large-cased) on the universal_dependencies dataset.
|
| 46 |
+
It achieves the following results on the evaluation set:
|
| 47 |
+
- Loss: 0.4114
|
| 48 |
+
- Precision: 0.8688
|
| 49 |
+
- Recall: 0.8557
|
| 50 |
+
- F1: 0.8618
|
| 51 |
+
- Accuracy: 0.8904
|
| 52 |
+
|
| 53 |
+
## Model description
|
| 54 |
+
|
| 55 |
+
More information needed
|
| 56 |
+
|
| 57 |
+
## Intended uses & limitations
|
| 58 |
+
|
| 59 |
+
More information needed
|
| 60 |
+
|
| 61 |
+
## Training and evaluation data
|
| 62 |
+
|
| 63 |
+
More information needed
|
| 64 |
+
|
| 65 |
+
## Training procedure
|
| 66 |
+
|
| 67 |
+
### Training hyperparameters
|
| 68 |
+
|
| 69 |
+
The following hyperparameters were used during training:
|
| 70 |
+
- learning_rate: 5e-05
|
| 71 |
+
- train_batch_size: 16
|
| 72 |
+
- eval_batch_size: 8
|
| 73 |
+
- seed: 42
|
| 74 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 75 |
+
- lr_scheduler_type: linear
|
| 76 |
+
- num_epochs: 10
|
| 77 |
+
|
| 78 |
+
### Training results
|
| 79 |
+
|
| 80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 81 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 82 |
+
| No log | 1.0 | 438 | 0.5774 | 0.8348 | 0.7595 | 0.7893 | 0.8099 |
|
| 83 |
+
| No log | 2.0 | 876 | 0.4787 | 0.8114 | 0.7967 | 0.8000 | 0.8385 |
|
| 84 |
+
| No log | 3.0 | 1314 | 0.4345 | 0.8227 | 0.8302 | 0.8213 | 0.8601 |
|
| 85 |
+
| No log | 4.0 | 1752 | 0.4140 | 0.8257 | 0.8430 | 0.8304 | 0.8727 |
|
| 86 |
+
| No log | 5.0 | 2190 | 0.4211 | 0.8405 | 0.8525 | 0.8441 | 0.8787 |
|
| 87 |
+
| No log | 6.0 | 2628 | 0.4114 | 0.8688 | 0.8557 | 0.8618 | 0.8904 |
|
| 88 |
+
| No log | 7.0 | 3066 | 0.4582 | 0.8454 | 0.8572 | 0.8503 | 0.8911 |
|
| 89 |
+
| No log | 8.0 | 3504 | 0.4771 | 0.8447 | 0.8588 | 0.8508 | 0.8894 |
|
| 90 |
+
| No log | 9.0 | 3942 | 0.4799 | 0.8545 | 0.8626 | 0.8577 | 0.8918 |
|
| 91 |
+
| No log | 10.0 | 4380 | 0.4919 | 0.8539 | 0.8642 | 0.8579 | 0.8937 |
|
| 92 |
+
|
| 93 |
+
|
| 94 |
+
### Framework versions
|
| 95 |
+
|
| 96 |
+
- Transformers 4.42.4
|
| 97 |
+
- Pytorch 2.3.1+cu121
|
| 98 |
+
- Datasets 2.21.0
|
| 99 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1330239272
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:044ba79e828efc6227c16e2d4882c71c1fdb9fa32f72ba39b0a65483a3fe92df
|
| 3 |
size 1330239272
|