Padmaj Srivastav
commited on
Commit
·
8e9f1cc
1
Parent(s):
a529f8b
Training in progress, step 500
Browse files
config.json
CHANGED
|
@@ -8,7 +8,17 @@
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"max_position_embeddings": 512,
|
| 13 |
"model_type": "distilbert",
|
| 14 |
"n_heads": 12,
|
|
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "Male",
|
| 13 |
+
"1": "Female",
|
| 14 |
+
"2": "Others"
|
| 15 |
+
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"Female": 1,
|
| 19 |
+
"Male": 0,
|
| 20 |
+
"Others": 2
|
| 21 |
+
},
|
| 22 |
"max_position_embeddings": 512,
|
| 23 |
"model_type": "distilbert",
|
| 24 |
"n_heads": 12,
|
pytorch_model.bin
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:9a304fad0036b509b266e2acf6e851f7724f5c157961b797971630f61c7c8605
|
| 3 |
+
size 267858605
|
runs/Jan09_08-28-36_54e5158039a7/1673252934.2420828/events.out.tfevents.1673252934.54e5158039a7.221.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:206f4a295324d4574fd916427891c35464224e7a295932de17142a3ed850db01
|
| 3 |
+
size 5464
|
runs/Jan09_08-28-36_54e5158039a7/events.out.tfevents.1673252934.54e5158039a7.221.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a575d0c35403019f1b0dc2a9491e092d762acceabff9bcd05754262e159ae1d5
|
| 3 |
+
size 3866
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3387
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a307a396b7cf004e078e2e31d170300ed1410153fc0916bf42847f1e937ee7fc
|
| 3 |
size 3387
|