timhbach commited on
Commit
e9c4e0f
·
1 Parent(s): 586112d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: Team-Gryffindor-DistilBERT-finetuned-ner-creditcardcontract
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # Team-Gryffindor-DistilBERT-finetuned-ner-creditcardcontract
14
+
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.0231
18
+ - eval_precision: 0.7448
19
+ - eval_recall: 0.75
20
+ - eval_f1: 0.7474
21
+ - eval_accuracy: 0.9942
22
+ - eval_runtime: 61.7618
23
+ - eval_samples_per_second: 27.201
24
+ - eval_steps_per_second: 3.4
25
+ - epoch: 3.0
26
+ - step: 5670
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: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 3
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.17.0
56
+ - Pytorch 1.11.0+cpu
57
+ - Datasets 2.0.0
58
+ - Tokenizers 0.11.6