Training in progress, step 500
Browse files
config.json
CHANGED
|
@@ -21,19 +21,19 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
-
"0": "
|
| 25 |
-
"1": "
|
| 26 |
-
"2": "
|
| 27 |
-
"3": "
|
| 28 |
},
|
| 29 |
"initializer_cutoff_factor": 2.0,
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
"intermediate_size": 1152,
|
| 32 |
"label2id": {
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
},
|
| 38 |
"layer_norm_eps": 1e-05,
|
| 39 |
"local_attention": 128,
|
|
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "World",
|
| 25 |
+
"1": "Sports",
|
| 26 |
+
"2": "Business",
|
| 27 |
+
"3": "Sci/Tech"
|
| 28 |
},
|
| 29 |
"initializer_cutoff_factor": 2.0,
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
"intermediate_size": 1152,
|
| 32 |
"label2id": {
|
| 33 |
+
"Business": 2,
|
| 34 |
+
"Sci/Tech": 3,
|
| 35 |
+
"Sports": 1,
|
| 36 |
+
"World": 0
|
| 37 |
},
|
| 38 |
"layer_norm_eps": 1e-05,
|
| 39 |
"local_attention": 128,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598445936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37c3f6de2f351b41749112a718f90133d49bb3cdd804c8f4c8545d94eb8631be
|
| 3 |
size 598445936
|
runs/Oct02_19-08-51_3fa377185cc3/events.out.tfevents.1759432136.3fa377185cc3.798.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e1ac6b6b8978d7b0d329292e8603fd4dedb0126447c3413be47f4a8bec215d5
|
| 3 |
+
size 17839
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 8192,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f7fe0fa100b3fafc859d6414fe92af9d1ba96c83a3520ba21c18a751a166ebc
|
| 3 |
size 5777
|