cm-mueller commited on
Commit
8c851cc
1 Parent(s): 795a08c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # BACnet-Klassifizierung-Raumlufttechnik-bert-base-german-cased
16
 
17
- This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0597
20
  - F1: [0.98461538 0.66666667 1. 1. 1. 1.
@@ -24,15 +24,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
 
 
14
 
15
  # BACnet-Klassifizierung-Raumlufttechnik-bert-base-german-cased
16
 
17
+ This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on the [gart-labor](https://huggingface.co/gart-labor) "klassifizierung_rlt_v2" dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0597
20
  - F1: [0.98461538 0.66666667 1. 1. 1. 1.
 
24
 
25
  ## Model description
26
 
27
+ This model makes it possible to classify the components of room ventilation technology described with the BACnet standard into different categories.
28
+ The model is based on a German-language data set.
29
 
30
  ## Intended uses & limitations
31
 
32
+ The model divides descriptive texts into the following ventilation technology categories:
33
+ Exhaust air, Exhaust air filter, Exhaust air fan, Other, Outside air damper, Humidifier, Fire protection, Fire damper, Heater, Cooler, Reheater, AHU, Room, Fan, Preheater, Heat recovery, Supply air, Supply air filter and supply air fan.
34
 
35
  ## Training and evaluation data
36
 
37
+ The model is based on a German-language data set.
38
 
39
  ## Training procedure
40