Samaksh Khatri commited on
Commit
e85504b
·
1 Parent(s): fa6f96b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/bart-large-mnli
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: bart-large-mnli_17082023T105959
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # bart-large-mnli_17082023T105959
18
+
19
+ This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.6389
22
+ - Accuracy: 0.2557
23
+ - F1: 0.0679
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.002
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | No log | 1.0 | 142 | 1.7430 | 0.2469 | 0.0660 |
57
+ | No log | 2.0 | 284 | 1.9870 | 0.2469 | 0.0660 |
58
+ | No log | 2.99 | 426 | 1.7077 | 0.2346 | 0.0633 |
59
+ | 1.7955 | 4.0 | 569 | 1.6547 | 0.2469 | 0.0660 |
60
+ | 1.7955 | 5.0 | 711 | 1.6806 | 0.2557 | 0.0679 |
61
+ | 1.7955 | 6.0 | 853 | 1.6825 | 0.2469 | 0.0660 |
62
+ | 1.7955 | 6.99 | 995 | 1.6563 | 0.2557 | 0.0679 |
63
+ | 1.6691 | 8.0 | 1138 | 1.6473 | 0.2346 | 0.0633 |
64
+ | 1.6691 | 9.0 | 1280 | 1.6931 | 0.2557 | 0.0679 |
65
+ | 1.6691 | 9.98 | 1420 | 1.6389 | 0.2557 | 0.0679 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.31.0
71
+ - Pytorch 2.0.1+cu118
72
+ - Datasets 2.14.4
73
+ - Tokenizers 0.13.3