File size: 2,476 Bytes
1488c57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
base_model: Ammar-alhaj-ali/arabic-MARBERT-sentiment
tags:
- generated_from_trainer
metrics:
- accuracy
model-index:
- name: Improved-MARBERT-attempt2
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# Improved-MARBERT-attempt2

This model is a fine-tuned version of [Ammar-alhaj-ali/arabic-MARBERT-sentiment](https://huggingface.co/Ammar-alhaj-ali/arabic-MARBERT-sentiment) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5969
- Accuracy: 0.85

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10

### Training results

| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| No log        | 0.07  | 50   | 0.3387          | 0.87     |
| No log        | 0.14  | 100  | 0.4445          | 0.85     |
| No log        | 0.21  | 150  | 0.6001          | 0.79     |
| No log        | 0.27  | 200  | 1.0466          | 0.78     |
| No log        | 0.34  | 250  | 0.5674          | 0.81     |
| No log        | 0.41  | 300  | 0.3374          | 0.85     |
| No log        | 0.48  | 350  | 0.7026          | 0.76     |
| No log        | 0.55  | 400  | 0.3953          | 0.84     |
| No log        | 0.62  | 450  | 0.2559          | 0.88     |
| 0.3031        | 0.68  | 500  | 0.2551          | 0.91     |
| 0.3031        | 0.75  | 550  | 0.5071          | 0.83     |
| 0.3031        | 0.82  | 600  | 0.5743          | 0.81     |
| 0.3031        | 0.89  | 650  | 0.3198          | 0.92     |
| 0.3031        | 0.96  | 700  | 0.3801          | 0.87     |
| 0.3031        | 1.03  | 750  | 0.3169          | 0.91     |
| 0.3031        | 1.1   | 800  | 0.4731          | 0.87     |
| 0.3031        | 1.16  | 850  | 0.4643          | 0.91     |
| 0.3031        | 1.23  | 900  | 0.5969          | 0.85     |


### Framework versions

- Transformers 4.34.1
- Pytorch 2.1.0+cu118
- Datasets 2.14.7
- Tokenizers 0.14.1