DunnBC22 commited on
Commit
da6986a
1 Parent(s): 6e0cc15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -5,17 +5,18 @@ tags:
5
  metrics:
6
  - f1
7
  - accuracy
 
8
  model-index:
9
  - name: distilbert-base-uncased_research_articles_multilabel
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
  # distilbert-base-uncased_research_articles_multilabel
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1956
21
  - F1: 0.8395
@@ -24,15 +25,17 @@ It achieves the following results on the evaluation set:
24
 
25
  ## Model description
26
 
27
- More information needed
 
 
28
 
29
  ## Intended uses & limitations
30
 
31
- More information needed
32
 
33
  ## Training and evaluation data
34
 
35
- More information needed
36
 
37
  ## Training procedure
38
 
@@ -63,4 +66,4 @@ The following hyperparameters were used during training:
63
  - Transformers 4.21.3
64
  - Pytorch 1.12.1
65
  - Datasets 2.4.0
66
- - Tokenizers 0.12.1
 
5
  metrics:
6
  - f1
7
  - accuracy
8
+ - roc_auc
9
  model-index:
10
  - name: distilbert-base-uncased_research_articles_multilabel
11
  results: []
12
+ language:
13
+ - en
14
+ pipeline_tag: text-classification
15
  ---
16
 
 
 
 
17
  # distilbert-base-uncased_research_articles_multilabel
18
 
19
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased).
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1956
22
  - F1: 0.8395
 
25
 
26
  ## Model description
27
 
28
+ This is a multilabel classification model of the topics included in research articles.
29
+
30
+ For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Multilabel%20Classification/Research%20Articles-Multilabel%20clf.ipynb
31
 
32
  ## Intended uses & limitations
33
 
34
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
35
 
36
  ## Training and evaluation data
37
 
38
+ Dataset Source: https://www.kaggle.com/datasets/shivanandmn/multilabel-classification-dataset
39
 
40
  ## Training procedure
41
 
 
66
  - Transformers 4.21.3
67
  - Pytorch 1.12.1
68
  - Datasets 2.4.0
69
+ - Tokenizers 0.12.1