Vahan123 commited on
Commit
bdb5a9d
1 Parent(s): 55c22d1

Model save

Browse files
Files changed (3) hide show
  1. README.md +69 -0
  2. model.safetensors +1 -1
  3. tokenizer.json +2 -2
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: xlm-roberta-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: xlm-roberta-base-finetuned-ner
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # xlm-roberta-base-finetuned-ner
21
+
22
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0624
25
+ - Precision: 0.9409
26
+ - Recall: 0.9255
27
+ - F1: 0.9331
28
+ - Accuracy: 0.9843
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 16
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 3
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.069 | 1.0 | 5685 | 0.0643 | 0.9076 | 0.9153 | 0.9114 | 0.9810 |
60
+ | 0.0546 | 2.0 | 11370 | 0.0593 | 0.9393 | 0.9204 | 0.9298 | 0.9836 |
61
+ | 0.0352 | 3.0 | 17055 | 0.0624 | 0.9409 | 0.9255 | 0.9331 | 0.9843 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.44.2
67
+ - Pytorch 2.4.1+cu121
68
+ - Datasets 3.0.0
69
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5c09573bd7646350a2ed7b19f706a2699fc628cedf2325db1c3b0b778e4c701
3
  size 1109845500
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e706ab0262b1c7b176f470b97a8f3aff39c757cd7f619f60ff310920143014
3
  size 1109845500
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8373f9cd3d27591e1924426bcc1c8799bc5a9affc4fc857982c5d66668dd1f41
3
- size 17082832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad551d5600a84242d0973327029452a1e3672ba6313c2a3c3d69c4310e12719
3
+ size 17082987