muhammadravi251001
commited on
Commit
•
21ef6b6
1
Parent(s):
cef40f7
Model save
Browse files- README.md +70 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: xlm-roberta-large
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
model-index:
|
10 |
+
- name: fine-tuned-NLI-mnli_original-with-xlm-roberta-large
|
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 |
+
# fine-tuned-NLI-mnli_original-with-xlm-roberta-large
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3833
|
22 |
+
- Accuracy: 0.8879
|
23 |
+
- F1: 0.8881
|
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: 1e-05
|
43 |
+
- train_batch_size: 8
|
44 |
+
- eval_batch_size: 8
|
45 |
+
- seed: 42
|
46 |
+
- gradient_accumulation_steps: 16
|
47 |
+
- total_train_batch_size: 128
|
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 |
+
| 0.3931 | 0.4997 | 1533 | 0.3416 | 0.8697 | 0.8695 |
|
57 |
+
| 0.3529 | 0.9993 | 3066 | 0.3214 | 0.8825 | 0.8829 |
|
58 |
+
| 0.2985 | 1.4990 | 4599 | 0.3312 | 0.8872 | 0.8877 |
|
59 |
+
| 0.299 | 1.9987 | 6132 | 0.3209 | 0.8881 | 0.8884 |
|
60 |
+
| 0.2349 | 2.4984 | 7665 | 0.3322 | 0.8851 | 0.8856 |
|
61 |
+
| 0.2433 | 2.9980 | 9198 | 0.3324 | 0.8866 | 0.8869 |
|
62 |
+
| 0.1912 | 3.4977 | 10731 | 0.3833 | 0.8879 | 0.8881 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.42.3
|
68 |
+
- Pytorch 1.13.1+cu117
|
69 |
+
- Datasets 2.2.0
|
70 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2239622772
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d7bef00fdc995cd8491fc7c5cec0da39020871f5cf3061648d75c96ae01bcea
|
3 |
size 2239622772
|