ArtCad98 commited on
Commit
7f918d7
·
1 Parent(s): 422e759

End of training

Browse files
Files changed (5) hide show
  1. README.md +58 -0
  2. config.json +45 -0
  3. generation_config.json +5 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: finiteautomata/beto-emotion-analysis
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: nlp_covid_tweets
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # nlp_covid_tweets
14
+
15
+ This model is a fine-tuned version of [finiteautomata/beto-emotion-analysis](https://huggingface.co/finiteautomata/beto-emotion-analysis) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0010
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 3
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 1 | 0.0035 |
49
+ | No log | 2.0 | 2 | 0.0389 |
50
+ | No log | 3.0 | 3 | 0.0012 |
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.33.1
56
+ - Pytorch 2.0.1+cu118
57
+ - Datasets 2.14.5
58
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "finiteautomata/beto-emotion-analysis",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "others",
14
+ "1": "joy",
15
+ "2": "sadness",
16
+ "3": "anger",
17
+ "4": "surprise",
18
+ "5": "disgust",
19
+ "6": "fear"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "anger": 3,
25
+ "disgust": 5,
26
+ "fear": 6,
27
+ "joy": 1,
28
+ "others": 0,
29
+ "sadness": 2,
30
+ "surprise": 4
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "output_past": true,
38
+ "pad_token_id": 1,
39
+ "position_embedding_type": "absolute",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.33.1",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 31006
45
+ }
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 1,
4
+ "transformers_version": "4.33.1"
5
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52fcfd9a3cff6480b146eeddd5301ec85116ba724052113b35c1072202a4936
3
+ size 439614901
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a281f5d7d3e5a38785d40628a7db2779f473a0912e9fe18ab0a3708a98cd9e8
3
+ size 4027