AleMarroquin18 commited on
Commit
66142fb
·
verified ·
1 Parent(s): ff0b8c5

End of training

Browse files
Files changed (3) hide show
  1. README.md +94 -0
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: xlm-roberta-base
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - biobert_json
9
+ metrics:
10
+ - precision
11
+ - recall
12
+ - f1
13
+ - accuracy
14
+ model-index:
15
+ - name: xlm-roberta-finetuned-ner
16
+ results:
17
+ - task:
18
+ name: Token Classification
19
+ type: token-classification
20
+ dataset:
21
+ name: biobert_json
22
+ type: biobert_json
23
+ config: Biobert_json
24
+ split: validation
25
+ args: Biobert_json
26
+ metrics:
27
+ - name: Precision
28
+ type: precision
29
+ value: 0.937991068905093
30
+ - name: Recall
31
+ type: recall
32
+ value: 0.9717163436200738
33
+ - name: F1
34
+ type: f1
35
+ value: 0.9545559134836631
36
+ - name: Accuracy
37
+ type: accuracy
38
+ value: 0.9784621223416512
39
+ ---
40
+
41
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
42
+ should probably proofread and complete it, then remove this comment. -->
43
+
44
+ # xlm-roberta-finetuned-ner
45
+
46
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the biobert_json dataset.
47
+ It achieves the following results on the evaluation set:
48
+ - Loss: 0.0853
49
+ - Precision: 0.9380
50
+ - Recall: 0.9717
51
+ - F1: 0.9546
52
+ - Accuracy: 0.9785
53
+
54
+ ## Model description
55
+
56
+ More information needed
57
+
58
+ ## Intended uses & limitations
59
+
60
+ More information needed
61
+
62
+ ## Training and evaluation data
63
+
64
+ More information needed
65
+
66
+ ## Training procedure
67
+
68
+ ### Training hyperparameters
69
+
70
+ The following hyperparameters were used during training:
71
+ - learning_rate: 2e-05
72
+ - train_batch_size: 32
73
+ - eval_batch_size: 32
74
+ - seed: 42
75
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
76
+ - lr_scheduler_type: linear
77
+ - num_epochs: 4
78
+
79
+ ### Training results
80
+
81
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | No log | 1.0 | 306 | 0.1343 | 0.9035 | 0.9289 | 0.9160 | 0.9646 |
84
+ | 0.4365 | 2.0 | 612 | 0.0985 | 0.9254 | 0.9662 | 0.9453 | 0.9746 |
85
+ | 0.4365 | 3.0 | 918 | 0.0833 | 0.9413 | 0.9684 | 0.9547 | 0.9788 |
86
+ | 0.0949 | 4.0 | 1224 | 0.0853 | 0.9380 | 0.9717 | 0.9546 | 0.9785 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.46.2
92
+ - Pytorch 2.5.1+cu121
93
+ - Datasets 3.1.0
94
+ - Tokenizers 0.20.3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f97ba1fa7e8cc94b573453cff9262e6e17151d6e73fa1e756a4da2024a1fcead
3
  size 1109928552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2c90632f918a22f2e70d3c4c2cb3c60ff591db18ce76ed1c5ddf049b2fa24c
3
  size 1109928552
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9605519495b0eadfa9db5bba4955f409615bd6456915eed900f622db726a122
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92851c4de32794c045a6ebe9841986492f95efb4c80cddb513905427a75a19a8
3
  size 5240