haryoaw commited on
Commit
e52417b
1 Parent(s): 76fd2cb

Initial Commit

Browse files
Files changed (4) hide show
  1. README.md +69 -0
  2. config.json +29 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: xlm-roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - indolem_sentiment
8
+ model-index:
9
+ - name: scenario-normal-finetune-clf-data-indolem_sentiment-model-xlm-roberta-base
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # scenario-normal-finetune-clf-data-indolem_sentiment-model-xlm-roberta-base
17
+
18
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the indolem_sentiment dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6171
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 0.22 | 100 | 0.6046 |
52
+ | No log | 0.44 | 200 | 0.6079 |
53
+ | No log | 0.66 | 300 | 0.6091 |
54
+ | No log | 0.88 | 400 | 0.6057 |
55
+ | 0.6278 | 1.1 | 500 | 0.6073 |
56
+ | 0.6278 | 1.32 | 600 | 0.6139 |
57
+ | 0.6278 | 1.54 | 700 | 0.6050 |
58
+ | 0.6278 | 1.76 | 800 | 0.6120 |
59
+ | 0.6278 | 1.98 | 900 | 0.6073 |
60
+ | 0.6138 | 2.2 | 1000 | 0.6066 |
61
+ | 0.6138 | 2.42 | 1100 | 0.6171 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.33.3
67
+ - Pytorch 2.0.1
68
+ - Datasets 2.14.5
69
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.33.3",
26
+ "type_vocab_size": 1,
27
+ "use_cache": true,
28
+ "vocab_size": 250002
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b46f25ad7cc060d137e9776878155e58ea4efbd25be5e20e21edcce2502f63c
3
+ size 1112249713
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a37c129b9c46b1ef86eae1e7aa24b3e15687ad8b80fd63ec6da5f0fd8e357ba
3
+ size 4219