florisdh commited on
Commit
7af055a
1 Parent(s): d97d78c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -4,10 +4,8 @@ tags: []
4
  ---
5
 
6
  # Model Card for Model ID
7
-
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
 
12
  ## Model Details
13
 
@@ -17,13 +15,13 @@ tags: []
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -35,7 +33,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
35
 
36
  ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
 
40
  ### Direct Use
41
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
+ A ``bert-base-uncased`` fine-tuned on the ``content`` field of dbpedia14 dataset (``fancyzhx/dbpedia_14``).
8
+ The ``title`` field was ignored when training this model.
 
 
9
 
10
  ## Model Details
11
 
 
15
 
16
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
17
 
18
+ - **Developed by:** Floris den Hengst
19
+ - **Funded by [optional]:**
20
+ - **Shared by [optional]:** Floris den Hengst
21
+ - **Model type:** fine-tuned version of ``bert-base-uncased``
22
+ - **Language(s) (NLP):** English
23
+ - **License:** [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/ )
24
+ - **Finetuned from model [optional]:** ``bert-base-uncased``
25
 
26
  ### Model Sources [optional]
27
 
 
33
 
34
  ## Uses
35
 
36
+ This model can be used to classify dbpedia14, obtaining an evaluation loss of ``0.029122309759259224`` and an accuracy of ``0.9924142857142857``.
37
 
38
  ### Direct Use
39