anvorja commited on
Commit
9212445
·
verified ·
1 Parent(s): ed71bf2

End of training

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: xml-roberta-large-v3
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # xml-roberta-large-v3
19
+
20
+ This model was trained from scratch on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0792
23
+ - Precision: 0.9448
24
+ - Recall: 0.9726
25
+ - F1: 0.9585
26
+ - Accuracy: 0.9806
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 3
50
+ - total_train_batch_size: 48
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 500
54
+ - num_epochs: 5
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
+ | 0.3722 | 1.0 | 204 | 0.2039 | 0.8490 | 0.8680 | 0.8584 | 0.9440 |
62
+ | 0.1353 | 2.0 | 408 | 0.0930 | 0.9324 | 0.9626 | 0.9473 | 0.9759 |
63
+ | 0.0969 | 3.0 | 612 | 0.0869 | 0.9407 | 0.9684 | 0.9543 | 0.9776 |
64
+ | 0.0785 | 4.0 | 816 | 0.0818 | 0.9411 | 0.9729 | 0.9568 | 0.9793 |
65
+ | 0.0498 | 5.0 | 1020 | 0.0792 | 0.9448 | 0.9726 | 0.9585 | 0.9806 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.46.2
71
+ - Pytorch 2.5.1+cu121
72
+ - Datasets 3.1.0
73
+ - Tokenizers 0.20.3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "xlm-roberta-large",
3
  "architectures": [
4
  "XLMRobertaForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "/content/biobert-ner-training",
3
  "architectures": [
4
  "XLMRobertaForTokenClassification"
5
  ],
runs/Nov26_09-54-55_ae990c00c960/events.out.tfevents.1732614897.ae990c00c960.261.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:343d75882b9b05972e3eb02f6bde49260712bdd9f852d41a14c35db57958cab5
3
- size 12607
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:650a3020768a8a317ad3e2e0cabbe8f61c903d85b77bc342c9ccc7c2fd55eff1
3
+ size 13433