mjbeattie commited on
Commit
614596a
1 Parent(s): 0497ca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -8,29 +8,36 @@ metrics:
8
  model-index:
9
  - name: fifi_classification
10
  results: []
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
  # fifi_classification
 
 
17
 
18
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
 
 
 
20
  - Loss: 0.6323
21
  - Accuracy: 0.7987
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
36
 
@@ -60,4 +67,4 @@ The following hyperparameters were used during training:
60
  - Transformers 4.38.2
61
  - Pytorch 2.2.1+cu121
62
  - Datasets 2.18.0
63
- - Tokenizers 0.15.2
 
8
  model-index:
9
  - name: fifi_classification
10
  results: []
11
+ datasets:
12
+ - mjbeattie/finditfixit
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
  # fifi_classification
19
+ ## First load: April 13, 2024
20
+ ## University of Oklahoma
21
 
22
+ The city of Seattle uses a app called FindIt-FixIt to gather service requests from residents. The requests routed to the responsible agency for resolution. In 2023, we obtained the detail data from 2018-2023 in an effort to understand how COVID affected city services. This data includes, among other things, detailed text from residents. It also includes the service request type as chosen by the resident. Text details and their corresponding categories are included in the dataset mjbeattie/finditfixit.
23
+
24
+ This dataset was used to fine-tune [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) to classify text into one of the application's 15 service request types. This model can be used to classify unseen texts.
25
+
26
+ The model achieves the following results on the evaluation set:
27
  - Loss: 0.6323
28
  - Accuracy: 0.7987
29
 
30
  ## Model description
31
 
32
+ Classifies text into the 15 Seattle service request types.
33
 
34
  ## Intended uses & limitations
35
 
36
+ Used for reclassifying service requests made prior to the introduction of the SPD-Unauthorized Encampment type.
37
 
38
  ## Training and evaluation data
39
 
40
+ Trained and evaluated on mjbeattie/finditfixit
41
 
42
  ## Training procedure
43
 
 
67
  - Transformers 4.38.2
68
  - Pytorch 2.2.1+cu121
69
  - Datasets 2.18.0
70
+ - Tokenizers 0.15.2