Training in progress epoch 0
Browse files- README.md +4 -4
- config.json +48 -40
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -15,9 +15,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss: 2.
|
20 |
-
- Train Accuracy: 0.
|
21 |
- Epoch: 0
|
22 |
|
23 |
## Model description
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 3.0763
|
19 |
+
- Validation Loss: 2.9900
|
20 |
+
- Train Accuracy: 0.2105
|
21 |
- Epoch: 0
|
22 |
|
23 |
## Model description
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 3.0763 | 2.9900 | 0.2105 | 0 |
|
48 |
|
49 |
|
50 |
### Framework versions
|
config.json
CHANGED
@@ -9,49 +9,57 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
-
"10": "
|
23 |
-
"11": "
|
24 |
-
"12": "
|
25 |
-
"13": "
|
26 |
-
"14": "
|
27 |
-
"15": "
|
28 |
-
"16": "
|
29 |
-
"17": "
|
30 |
-
"18": "
|
31 |
-
"19": "
|
|
|
|
|
|
|
|
|
32 |
},
|
33 |
"initializer_range": 0.02,
|
34 |
"label2id": {
|
35 |
-
"Action":
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
|
|
|
|
|
|
|
|
55 |
},
|
56 |
"max_position_embeddings": 512,
|
57 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Action",
|
13 |
+
"1": "Art",
|
14 |
+
"2": "Atelier",
|
15 |
+
"3": "Balade",
|
16 |
+
"4": "Brocante",
|
17 |
+
"5": "Concert",
|
18 |
+
"6": "Conf\u00e9rence",
|
19 |
+
"7": "Culture",
|
20 |
+
"8": "Danse",
|
21 |
+
"9": "D\u00e9tente",
|
22 |
+
"10": "Environnement",
|
23 |
+
"11": "Exposition",
|
24 |
+
"12": "Famille",
|
25 |
+
"13": "Festival",
|
26 |
+
"14": "F\u00eate",
|
27 |
+
"15": "Gastronomie",
|
28 |
+
"16": "Histoire",
|
29 |
+
"17": "Jeu",
|
30 |
+
"18": "March\u00e9",
|
31 |
+
"19": "Sant\u00e9",
|
32 |
+
"20": "Spectacle",
|
33 |
+
"21": "Sport",
|
34 |
+
"22": "Th\u00e9atre",
|
35 |
+
"23": "Visite"
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
"label2id": {
|
39 |
+
"Action": 0,
|
40 |
+
"Art": 1,
|
41 |
+
"Atelier": 2,
|
42 |
+
"Balade": 3,
|
43 |
+
"Brocante": 4,
|
44 |
+
"Concert": 5,
|
45 |
+
"Conf\u00e9rence": 6,
|
46 |
+
"Culture": 7,
|
47 |
+
"Danse": 8,
|
48 |
+
"D\u00e9tente": 9,
|
49 |
+
"Environnement": 10,
|
50 |
+
"Exposition": 11,
|
51 |
+
"Famille": 12,
|
52 |
+
"Festival": 13,
|
53 |
+
"F\u00eate": 14,
|
54 |
+
"Gastronomie": 15,
|
55 |
+
"Histoire": 16,
|
56 |
+
"Jeu": 17,
|
57 |
+
"March\u00e9": 18,
|
58 |
+
"Sant\u00e9": 19,
|
59 |
+
"Spectacle": 20,
|
60 |
+
"Sport": 21,
|
61 |
+
"Th\u00e9atre": 22,
|
62 |
+
"Visite": 23
|
63 |
},
|
64 |
"max_position_embeddings": 512,
|
65 |
"model_type": "distilbert",
|
tf_model.h5
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:77ac0bc8ddbccfa340300497518745cfbfdd64ddb5085340f95a7dd3707a45b5
|
3 |
+
size 268019392
|