gus07ven commited on
Commit
f5aff7d
1 Parent(s): a099b79

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: distilbert-base-multilingual-cased-distilled-jd
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # distilbert-base-multilingual-cased-distilled-jd
16
+
17
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.1316
20
+ - Accuracy: 0.8715
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 9
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.4909 | 1.0 | 464 | 0.2007 | 0.8531 |
52
+ | 0.1345 | 2.0 | 928 | 0.1814 | 0.8650 |
53
+ | 0.0888 | 3.0 | 1392 | 0.1670 | 0.8639 |
54
+ | 0.0757 | 4.0 | 1856 | 0.1484 | 0.8726 |
55
+ | 0.0637 | 5.0 | 2320 | 0.1394 | 0.8683 |
56
+ | 0.0577 | 6.0 | 2784 | 0.1379 | 0.8737 |
57
+ | 0.0513 | 7.0 | 3248 | 0.1431 | 0.8704 |
58
+ | 0.0464 | 8.0 | 3712 | 0.1329 | 0.8704 |
59
+ | 0.0449 | 9.0 | 4176 | 0.1316 | 0.8715 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.11.3
65
+ - Pytorch 1.13.0
66
+ - Datasets 1.16.1
67
+ - Tokenizers 0.10.3