EPlus-LLM commited on
Commit
862fb82
·
verified ·
1 Parent(s): 9a973ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -103,7 +103,8 @@ The roof ridge is 8.77 meters to the length side of the horizontal segment, and
103
  The attic height is 139.71 meters. The building orientation is 62 degrees to the north.
104
  The building has 3 thermal zones with each segment as one thermal zone.
105
  The window-to-wall ratio is 0.32. The window sill height is 33.91 meters, the window height is 65.82 meters, and the window jamb width is 0.01 meters.
106
- The window U-factor is 6.36 W/m2K and the SHGC is 0.89. The wall is made of wood, with a thickness of 0.48 meters and the wall insulation is RSI 1.6 m2K/W, U-factor 0.63 W/m2K.
 
107
  The roof is made of metal, with a thickness of 0.09 meters and the roof insulation is RSI 5.4 m2K/W, U-factor 0.19 W/m2K.
108
  The floor is made of concrete, covered with carpet. The ventilation rate is 2.32 ach. The infiltration rate is 0.55 ach.
109
  The people density is 16.61 m2/person, the light density is 4.48 W/m2, and the electric equipment density is 22.63 W/m2.
@@ -117,8 +118,6 @@ generated_ids = model.generate(input_ids = input_ids.input_ids,
117
  generation_config = generation_config)
118
  generated_output = tokenizer.decode(generated_ids[0], skip_special_tokens=True)
119
 
120
- # print(generated_output)
121
-
122
  # Output the building energy model in IDF file
123
  with open(file_path, 'r', encoding='utf-8') as file:
124
  nextpart = file.read()
 
103
  The attic height is 139.71 meters. The building orientation is 62 degrees to the north.
104
  The building has 3 thermal zones with each segment as one thermal zone.
105
  The window-to-wall ratio is 0.32. The window sill height is 33.91 meters, the window height is 65.82 meters, and the window jamb width is 0.01 meters.
106
+ The window U-factor is 6.36 W/m2K and the SHGC is 0.89.
107
+ The wall is made of wood, with a thickness of 0.48 meters and the wall insulation is RSI 1.6 m2K/W, U-factor 0.63 W/m2K.
108
  The roof is made of metal, with a thickness of 0.09 meters and the roof insulation is RSI 5.4 m2K/W, U-factor 0.19 W/m2K.
109
  The floor is made of concrete, covered with carpet. The ventilation rate is 2.32 ach. The infiltration rate is 0.55 ach.
110
  The people density is 16.61 m2/person, the light density is 4.48 W/m2, and the electric equipment density is 22.63 W/m2.
 
118
  generation_config = generation_config)
119
  generated_output = tokenizer.decode(generated_ids[0], skip_special_tokens=True)
120
 
 
 
121
  # Output the building energy model in IDF file
122
  with open(file_path, 'r', encoding='utf-8') as file:
123
  nextpart = file.read()