Rahka commited on
Commit
a97ed3b
1 Parent(s): 6c68879
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -59,13 +59,11 @@ model-index:
59
 
60
  ## Model Description
61
 
62
- This model is based on bert-base-german-cased and fine-tuned on and-effect/mdk_gov_data_titles_clf. This model reaches an accuracy of XY on the test set and XY on the validation set
63
 
64
  - **Developed by:** and-effect
65
- - **Shared by:** [More Information Needed]
66
  - **Model type:** Text Classification
67
  - **Language(s) (NLP):** de
68
- - **License:** [More Information Needed]
69
  - **Finetuned from model:** "bert-base-german-case. For more information one the model check on [this model card](https://huggingface.co/bert-base-german-cased)"
70
 
71
  ## Model Sources
@@ -73,7 +71,6 @@ This model is based on bert-base-german-cased and fine-tuned on and-effect/mdk_g
73
  <!-- Provide the basic links for the model. -->
74
 
75
  - **Repository:** [More Information Needed]
76
- - **Paper:** [More Information Needed]
77
  - **Demo:** [More Information Needed]
78
 
79
  # Direct Use
@@ -140,9 +137,8 @@ print(sentence_embeddings)
140
 
141
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
142
 
143
- The model is intended to classify open source dataset titles from german municipalities. More information on the Taxonomy (classification categories) and the Project can be found on XY.
144
 
145
- [More Information Needed on downstream_use_demo]
146
 
147
  # Bias, Risks, and Limitations
148
 
@@ -231,5 +227,3 @@ The model performance is tested with fours metrices. Accuracy, Precision, Recall
231
  | Validation dataset 'Bezeichnung' II | 0.5148514851485149 | 0.5768253968253969 | 0.6916666666666667 | 0.592808080808081 |
232
 
233
 
234
- ### Summary
235
-
 
59
 
60
  ## Model Description
61
 
62
+ This model is based on [bert-base-german-cased](https://huggingface.co/bert-base-cased) and fine-tuned on [and-effect/mdk_gov_data_titles_clf](https://huggingface.co/datasets/and-effect/mdk_gov_data_titles_clf).
63
 
64
  - **Developed by:** and-effect
 
65
  - **Model type:** Text Classification
66
  - **Language(s) (NLP):** de
 
67
  - **Finetuned from model:** "bert-base-german-case. For more information one the model check on [this model card](https://huggingface.co/bert-base-german-cased)"
68
 
69
  ## Model Sources
 
71
  <!-- Provide the basic links for the model. -->
72
 
73
  - **Repository:** [More Information Needed]
 
74
  - **Demo:** [More Information Needed]
75
 
76
  # Direct Use
 
137
 
138
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
139
 
140
+ The model is intended to classify open source dataset titles from german municipalities. More information on the Taxonomy (classification categories) and the Project can be found on [More Information Needed].
141
 
 
142
 
143
  # Bias, Risks, and Limitations
144
 
 
227
  | Validation dataset 'Bezeichnung' II | 0.5148514851485149 | 0.5768253968253969 | 0.6916666666666667 | 0.592808080808081 |
228
 
229