Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "oscarwu/mlcovid19-classifier",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
1 |
{
|
2 |
"_name_or_path": "oscarwu/mlcovid19-classifier",
|
3 |
"architectures": [
|
4 |
+
"XLMRobertaForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
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:409ae38e90442d093e5f0da8822eb2c1d31fc536fb8eb0162f5a98dbb43fcbd5
|
3 |
+
size 1112255469
|
runs/Oct12_06-25-01_247a17c28620/1665556441.2336042/events.out.tfevents.1665556441.247a17c28620.68.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18a880e0f4cb9cddc72038a8169fecf0d4702439562b4ce287b52bdbe197e755
|
3 |
+
size 5538
|
runs/Oct12_06-25-01_247a17c28620/events.out.tfevents.1665556441.247a17c28620.68.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fdd7ff493687bf92e4440f22b86f5ba393b6d12ebd308f8b755996c7e53849b
|
3 |
+
size 4924
|
tokenizer_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"single_word": false
|
12 |
},
|
13 |
"model_max_length": 512,
|
14 |
-
"name_or_path": "
|
15 |
"pad_token": "<pad>",
|
16 |
"sep_token": "</s>",
|
17 |
"special_tokens_map_file": null,
|
|
|
11 |
"single_word": false
|
12 |
},
|
13 |
"model_max_length": 512,
|
14 |
+
"name_or_path": "oscarwu/mlcovid19-classifier",
|
15 |
"pad_token": "<pad>",
|
16 |
"sep_token": "</s>",
|
17 |
"special_tokens_map_file": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3439
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05826c697b7ed00f2fb06268cda1df9240e03d498b407d378f89a8711c550b86
|
3 |
size 3439
|