Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
+
{}
|
5 |
+
---
|
6 |
+
|
7 |
+
# Model Card for Model ID
|
8 |
+
|
9 |
+
Finetuned distilbert for classifying ASRS data.
|
10 |
+
|
11 |
+
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
12 |
+
|
13 |
+
## Model Details
|
14 |
+
|
15 |
+
### Model Description
|
16 |
+
|
17 |
+
<!-- Provide a longer summary of what this model is. -->
|
18 |
+
|
19 |
+
This is a distilbert-base-uncased fine tuned to classify Aviation Safety Reporting System (ASRS) into 15 different categories. The categories are unlabeled an are based on clustering ASRS anomaly reports. More work would need to be done to add context to the clusters.
|
20 |
+
|
21 |
+
|
22 |
+
- **Developed by:** Jeremy Fernsler
|
23 |
+
- **Model type:** distilbert classifier
|
24 |
+
- **Language(s) (NLP):** English
|
25 |
+
- **Finetuned from model [optional]:** distilbert-base-uncased
|
26 |
+
|
27 |
+
### Model Sources
|
28 |
+
|
29 |
+
<!-- Provide the basic links for the model. -->
|
30 |
+
|
31 |
+
- **Repository:** https://github.com/jfernsler/ASRS_Classifier
|
32 |
+
|
33 |
+
## Uses
|
34 |
+
|
35 |
+
Classifying Aviation Safety Reporting System narratives into easily identifiable classes.
|
36 |
+
|
37 |
+
|
38 |
+
## How to Get Started with the Model
|
39 |
+
|
40 |
+
Get some ASRS narratives and see where they land!
|
41 |
+
|