Commit ·
e409d04
1
Parent(s): 1bc6454
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,11 @@ tags:
|
|
| 6 |
model-index:
|
| 7 |
- name: todos_task_model
|
| 8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -52,4 +57,4 @@ The following hyperparameters were used during training:
|
|
| 52 |
- Transformers 4.31.0
|
| 53 |
- Pytorch 2.0.1+cu118
|
| 54 |
- Datasets 2.14.1
|
| 55 |
-
- Tokenizers 0.13.3
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: todos_task_model
|
| 8 |
results: []
|
| 9 |
+
datasets:
|
| 10 |
+
- vagrawal787/todo_task_list_types
|
| 11 |
+
metrics:
|
| 12 |
+
- accuracy
|
| 13 |
+
pipeline_tag: text-classification
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 57 |
- Transformers 4.31.0
|
| 58 |
- Pytorch 2.0.1+cu118
|
| 59 |
- Datasets 2.14.1
|
| 60 |
+
- Tokenizers 0.13.3
|