Upload folder using huggingface_hub
Browse files- README.md +2 -2
- checkpoint-15/model.safetensors +1 -1
- checkpoint-15/optimizer.pt +1 -1
- checkpoint-15/tokenizer.json +6 -1
- checkpoint-15/training_args.bin +1 -1
- model.safetensors +1 -1
- tokenizer.json +6 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -29,8 +29,8 @@ Fine-tuned **DistilBERT** for text classification on a classmate's HW1 dataset.
|
|
| 29 |
## Results (Test)
|
| 30 |
- Accuracy: 0.0000
|
| 31 |
- F1 (macro): 0.0000
|
| 32 |
-
- Precision (macro):
|
| 33 |
-
- Recall (macro):
|
| 34 |
|
| 35 |
## Notes & Limitations
|
| 36 |
- Small student dataset; results may vary with seeds.
|
|
|
|
| 29 |
## Results (Test)
|
| 30 |
- Accuracy: 0.0000
|
| 31 |
- F1 (macro): 0.0000
|
| 32 |
+
- Precision (macro): nan
|
| 33 |
+
- Recall (macro): nan
|
| 34 |
|
| 35 |
## Notes & Limitations
|
| 36 |
- Small student dataset; results may vary with seeds.
|
checkpoint-15/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 268134024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d96b4edc0c80b1cca475abbf982383a71485060cda143e2bc8dd202d336b35d5
|
| 3 |
size 268134024
|
checkpoint-15/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 536327755
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a8bd06bdeec31679682437413a2b812b99a7de4e5514b967716e29b10532909
|
| 3 |
size 536327755
|
checkpoint-15/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 |
{
|
checkpoint-15/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:3596033de8ce94e4ebbe62e8350494dcdf6712041dc9ad7489d9abb41432e797
|
| 3 |
size 5777
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 268134024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d96b4edc0c80b1cca475abbf982383a71485060cda143e2bc8dd202d336b35d5
|
| 3 |
size 268134024
|
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 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3596033de8ce94e4ebbe62e8350494dcdf6712041dc9ad7489d9abb41432e797
|
| 3 |
size 5777
|