vagrawal787 commited on
Commit
7914647
·
1 Parent(s): e409d04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # todos_task_model
20
 
21
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
  - eval_loss: 0.2696
24
  - eval_accuracy: 0.95
@@ -29,7 +29,8 @@ It achieves the following results on the evaluation set:
29
 
30
  ## Model description
31
 
32
- More information needed
 
33
 
34
  ## Intended uses & limitations
35
 
@@ -37,7 +38,7 @@ More information needed
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
41
 
42
  ## Training procedure
43
 
 
18
 
19
  # todos_task_model
20
 
21
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the vagrawal787/todo_task_list_types dataset.
22
  It achieves the following results on the evaluation set:
23
  - eval_loss: 0.2696
24
  - eval_accuracy: 0.95
 
29
 
30
  ## Model description
31
 
32
+ Input: Text string of a todo-like task such as "get groceries"
33
+ Output: A type label for what type of task it is (home, personal, work, emergency, etc.)
34
 
35
  ## Intended uses & limitations
36
 
 
38
 
39
  ## Training and evaluation data
40
 
41
+ The dataset used is provided in the card.
42
 
43
  ## Training procedure
44