imsarfaroz
commited on
Commit
•
c8fb384
1
Parent(s):
7bad9af
imsarfaroz/fine-tuned-albert-tweets
Browse files
README.md
CHANGED
@@ -1,13 +1,28 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: fine-tuned-albert-tweets
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# fine-tuned-albert-tweets
|
17 |
|
18 |
-
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,8 +64,8 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
|
|
53 |
-
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: albert-base-v2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- emotion
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
- name: fine-tuned-albert-tweets
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Text Classification
|
15 |
+
type: text-classification
|
16 |
+
dataset:
|
17 |
+
name: emotion
|
18 |
+
type: emotion
|
19 |
+
config: split
|
20 |
+
split: validation
|
21 |
+
args: split
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.9305
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# fine-tuned-albert-tweets
|
32 |
|
33 |
+
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the emotion dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1757
|
36 |
+
- Accuracy: 0.9305
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.3202 | 1.0 | 1000 | 0.2518 | 0.912 |
|
68 |
+
| 0.1537 | 2.0 | 2000 | 0.1757 | 0.9305 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
config.json
CHANGED
@@ -13,9 +13,25 @@
|
|
13 |
"hidden_act": "gelu_new",
|
14 |
"hidden_dropout_prob": 0,
|
15 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
"initializer_range": 0.02,
|
17 |
"inner_group_num": 1,
|
18 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"layer_norm_eps": 1e-12,
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "albert",
|
|
|
13 |
"hidden_act": "gelu_new",
|
14 |
"hidden_dropout_prob": 0,
|
15 |
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "LABEL_0",
|
18 |
+
"1": "LABEL_1",
|
19 |
+
"2": "LABEL_2",
|
20 |
+
"3": "LABEL_3",
|
21 |
+
"4": "LABEL_4",
|
22 |
+
"5": "LABEL_5"
|
23 |
+
},
|
24 |
"initializer_range": 0.02,
|
25 |
"inner_group_num": 1,
|
26 |
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"LABEL_0": 0,
|
29 |
+
"LABEL_1": 1,
|
30 |
+
"LABEL_2": 2,
|
31 |
+
"LABEL_3": 3,
|
32 |
+
"LABEL_4": 4,
|
33 |
+
"LABEL_5": 5
|
34 |
+
},
|
35 |
"layer_norm_eps": 1e-12,
|
36 |
"max_position_embeddings": 512,
|
37 |
"model_type": "albert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:670c5dcdf317e5f2894796a722feb6cb84045ebad6820ba8128bd891d741faac
|
3 |
+
size 46756216
|
runs/Mar07_22-16-13_55cf35d0088e/events.out.tfevents.1709849774.55cf35d0088e.377.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:530945fa6554607a9089f3b6a21e8edb02f6a18722746c43130d28d24f574f38
|
3 |
+
size 6862
|
runs/Mar07_22-16-13_55cf35d0088e/events.out.tfevents.1709853041.55cf35d0088e.377.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f9746f08615398492ae5290b76064753ff3f1aa9181c4616f9a7791d1d767e2
|
3 |
+
size 734
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ccdb22076fb18c9533e6ed5e3a5ffe796b2421d57168efd38c0fd0cea9449e6
|
3 |
size 4920
|