File size: 1,110 Bytes
6b981fc
baa3706
 
 
 
d52a7b7
 
baa3706
ace7623
 
6b981fc
 
 
 
ace7623
6b981fc
 
 
ace7623
6b981fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
datasets:
- dair-ai/emotion
language:
- en
library_name: tf-keras
license: mit
pipeline_tag: text-classification
tags:
- sentiment-analysis
---

## Model description

Model created using [NLP with Tranformers](https://www.oreilly.com/library/view/natural-language-processing/9781098136789/) tutorials for teaching purposes.

## Training and evaluation data

Il dataset usato è ["emotion"](https://huggingface.co/datasets/dair-ai/emotion) the 20K version.

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:

| Hyperparameters | Value |
| :-- | :-- |
| name | Adam |
| weight_decay | None |
| clipnorm | None |
| global_clipnorm | None |
| clipvalue | None |
| use_ema | False |
| ema_momentum | 0.99 |
| ema_overwrite_frequency | None |
| jit_compile | True |
| is_legacy_optimizer | False |
| learning_rate | 4.999999873689376e-05 |
| beta_1 | 0.9 |
| beta_2 | 0.999 |
| epsilon | 1e-07 |
| amsgrad | False |
| training_precision | float32 |


 ## Model Plot

<details>
<summary>View Model Plot</summary>

![Model Image](./model.png)

</details>