DrishtiSharma commited on
Commit
6699a72
1 Parent(s): 53b763c

Woohoo! Drishti :)

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-multilingual-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: distilbert-base-multilingual-cased-language-detection-fp16-false-bs-128
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # distilbert-base-multilingual-cased-language-detection-fp16-false-bs-128
17
+
18
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0131
21
+ - Accuracy: 0.9985
22
+ - Weighted f1: 0.9985
23
+ - Micro f1: 0.9985
24
+ - Macro f1: 0.9984
25
+ - Weighted recall: 0.9985
26
+ - Micro recall: 0.9985
27
+ - Macro recall: 0.9984
28
+ - Weighted precision: 0.9985
29
+ - Micro precision: 0.9985
30
+ - Macro precision: 0.9985
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 2e-05
50
+ - train_batch_size: 128
51
+ - eval_batch_size: 128
52
+ - seed: 42
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - num_epochs: 5
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
60
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
61
+ | 0.2777 | 1.0 | 83 | 0.0230 | 0.9947 | 0.9947 | 0.9947 | 0.9946 | 0.9947 | 0.9947 | 0.9946 | 0.9947 | 0.9947 | 0.9946 |
62
+ | 0.0188 | 2.0 | 166 | 0.0131 | 0.9985 | 0.9985 | 0.9985 | 0.9984 | 0.9985 | 0.9985 | 0.9984 | 0.9985 | 0.9985 | 0.9985 |
63
+ | 0.0054 | 3.0 | 249 | 0.0084 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 |
64
+ | 0.0027 | 4.0 | 332 | 0.0077 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 |
65
+ | 0.0022 | 5.0 | 415 | 0.0084 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 | 0.9985 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.33.0.dev0
71
+ - Pytorch 2.0.1+cu118
72
+ - Datasets 2.14.4.dev0
73
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc9e84111eff0a384c39ca2c7a130477a57a8de96a659eaed8f70e83a0167fc2
3
  size 541343405
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:178c7abad3d03c9ad48e1b2ab5cb407f99e8845ed5519d76053ff8d3aa11f9a6
3
  size 541343405