abdulmatinomotoso commited on
Commit
f16cce5
·
1 Parent(s): cd65259

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,23 +1,24 @@
1
- # finetuned-distilbert-news-article-catgorization
2
 
3
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the news_article_categorization dataset.
4
  It achieves the following results on the evaluation set:
5
  - Loss: 0.01338
6
  - F1_score(weighted): 1.0
7
 
8
- ## Model description
9
 
10
- More information needed
11
 
12
- ## Intended uses & limitations
13
 
14
  More information needed
15
 
16
- ## Training and evaluation data
17
 
18
- More information needed
19
 
20
- ## Training procedure
 
21
 
22
  ### Training hyperparameters
23
 
 
1
+ ### finetuned-distilbert-news-article-catgorization
2
 
3
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the news_article_categorization dataset.
4
  It achieves the following results on the evaluation set:
5
  - Loss: 0.01338
6
  - F1_score(weighted): 1.0
7
 
8
+ ### Model description
9
 
10
+ More information needed
11
 
12
+ ### Intended uses & limitations
13
 
14
  More information needed
15
 
16
+ ### Training and evaluation data
17
 
18
+ The model was trained on some subset of the news_article_categorization dataset and it was validated on the remaining subset of the data
19
 
20
+ ### Training procedure
21
+ More information needed
22
 
23
  ### Training hyperparameters
24