andrtest commited on
Commit
09cbba7
1 Parent(s): fd76a29

Training complete

Browse files
README.md CHANGED
@@ -3,6 +3,11 @@ license: mit
3
  base_model: ukr-models/xlm-roberta-base-uk
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: bert-finetuned-ner
8
  results: []
@@ -14,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
14
  # bert-finetuned-ner
15
 
16
  This model is a fine-tuned version of [ukr-models/xlm-roberta-base-uk](https://huggingface.co/ukr-models/xlm-roberta-base-uk) on the None dataset.
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -38,13 +49,14 @@ The following hyperparameters were used during training:
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 1
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
46
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
47
- | No log | 1.0 | 3 | 2.2127 | 0.0947 | 0.3333 | 0.1475 | 0.0840 |
 
48
 
49
 
50
  ### Framework versions
 
3
  base_model: ukr-models/xlm-roberta-base-uk
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
  model-index:
12
  - name: bert-finetuned-ner
13
  results: []
 
19
  # bert-finetuned-ner
20
 
21
  This model is a fine-tuned version of [ukr-models/xlm-roberta-base-uk](https://huggingface.co/ukr-models/xlm-roberta-base-uk) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.6570
24
+ - Precision: 0.0917
25
+ - Recall: 0.5882
26
+ - F1: 0.1587
27
+ - Accuracy: 0.1101
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 2
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 3 | 1.7579 | 0.0917 | 0.5882 | 0.1587 | 0.1101 |
59
+ | No log | 2.0 | 6 | 1.6570 | 0.0917 | 0.5882 | 0.1587 | 0.1101 |
60
 
61
 
62
  ### Framework versions
config.json CHANGED
@@ -15,18 +15,14 @@
15
  "1": "B-ACT",
16
  "2": "I-ACT",
17
  "3": "B-ORG",
18
- "4": "I-ORG",
19
- "5": "B-HST",
20
- "6": "I-HST"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
  "B-ACT": 1,
26
- "B-HST": 5,
27
  "B-ORG": 3,
28
  "I-ACT": 2,
29
- "I-HST": 6,
30
  "I-ORG": 4,
31
  "O": 0
32
  },
 
15
  "1": "B-ACT",
16
  "2": "I-ACT",
17
  "3": "B-ORG",
18
+ "4": "I-ORG"
 
 
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
  "B-ACT": 1,
 
24
  "B-ORG": 3,
25
  "I-ACT": 2,
 
26
  "I-ORG": 4,
27
  "O": 0
28
  },
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fafabc926eedba8e2bb9770ce3fbc999ea772c554f7835673cf8c7164bb8ad0d
3
- size 437925260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0027996fa74605cc2474327947736cde06148b95d5459648a621a78fc2afbeb0
3
+ size 437919108
runs/Jun10_11-24-10_1c45d5ff7702/events.out.tfevents.1718018654.1c45d5ff7702.278.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd094b26c258ca0a21f31ff3aef784222df2802fd36a0fac3bed5864eaa85927
3
+ size 6366
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28a1fbcfffe59293ca5308c3bd66610083835df1397bfcdae10bb9c31c561b5f
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450de237fb3f0702eabddd6da2e1955911f12d72b85a847dad701b9d1c538941
3
  size 5112