CalebZ9527
commited on
Commit
•
cbc0cca
1
Parent(s):
885386a
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
@@ -49,6 +49,6 @@
|
|
49 |
"sinusoidal_pos_embds": false,
|
50 |
"tie_weights_": true,
|
51 |
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.
|
53 |
"vocab_size": 30522
|
54 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
|
|
49 |
"sinusoidal_pos_embds": false,
|
50 |
"tie_weights_": true,
|
51 |
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.42.4",
|
53 |
"vocab_size": 30522
|
54 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265503852
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c9a165de92df65a97e2c4081a11e91d9b5ea9ed5bff1a369a98b1afebcecb5
|
3 |
size 265503852
|
runs/Jul19_17-08-21_80d4c5d8defe/events.out.tfevents.1721408902.80d4c5d8defe.468.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cae86ca2372cf75f940bfaca9545e20049cbd403ce38d9e7a5b52b02abbd882
|
3 |
+
size 5812
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:007dfa6f11029fbf1062cc0732bfcfda9f0db7ea33c61bbb76df000507455165
|
3 |
size 5112
|