Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -50,31 +50,35 @@
|
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
"0": "Australian or New Zealander",
|
53 |
-
"1": "
|
54 |
-
"10": "Southern
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
|
|
|
|
63 |
},
|
64 |
"initializer_range": 0.02,
|
65 |
"intermediate_size": 3072,
|
66 |
"label2id": {
|
67 |
"Australian or New Zealander": "0",
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"
|
74 |
-
"Northern
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"Southern
|
|
|
|
|
78 |
},
|
79 |
"layer_norm_eps": 1e-05,
|
80 |
"layerdrop": 0.0,
|
|
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
"0": "Australian or New Zealander",
|
53 |
+
"1": "Canadian",
|
54 |
+
"10": "Southern American (US South)",
|
55 |
+
"11": "Southern British (Welsh or Southern English)",
|
56 |
+
"12": "Western American",
|
57 |
+
"2": "Caribbean or South American",
|
58 |
+
"3": "Mid-Atlantic American",
|
59 |
+
"4": "Middle British (Northern and Midlands English)",
|
60 |
+
"5": "Midland American (Lower Midwest)",
|
61 |
+
"6": "New England American and NYC",
|
62 |
+
"7": "Northern American (Great Lakes / Upper Midwest)",
|
63 |
+
"8": "Northern British (Scottish or Irish)",
|
64 |
+
"9": "South Asian"
|
65 |
},
|
66 |
"initializer_range": 0.02,
|
67 |
"intermediate_size": 3072,
|
68 |
"label2id": {
|
69 |
"Australian or New Zealander": "0",
|
70 |
+
"Canadian": "1",
|
71 |
+
"Caribbean or South American": "2",
|
72 |
+
"Mid-Atlantic American": "3",
|
73 |
+
"Middle British (Northern and Midlands English)": "4",
|
74 |
+
"Midland American (Lower Midwest)": "5",
|
75 |
+
"New England American and NYC": "6",
|
76 |
+
"Northern American (Great Lakes / Upper Midwest)": "7",
|
77 |
+
"Northern British (Scottish or Irish)": "8",
|
78 |
+
"South Asian": "9",
|
79 |
+
"Southern American (US South)": "10",
|
80 |
+
"Southern British (Welsh or Southern English)": "11",
|
81 |
+
"Western American": "12"
|
82 |
},
|
83 |
"layer_norm_eps": 1e-05,
|
84 |
"layerdrop": 0.0,
|
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:f3474b56e43aa89ba2429b7f2972b8de8b575692466208d345b293f40359a248
|
3 |
+
size 94774812
|
runs/Jan17_13-12-17_d7163808b79c/events.out.tfevents.1705497141.d7163808b79c.4526.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b73d038c9509f21e6beb70d3884aed5ef376dbd999ae163911c6910fcc73eef
|
3 |
+
size 8615
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90b6e67beef19331a73230caec7655c5c86d09b47802d7c9bf1db01b19b1e622
|
3 |
size 4728
|