pozapas commited on
Commit
c5fec7a
·
verified ·
1 Parent(s): 2238c22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -92,30 +92,6 @@ This model is available in GGUF format for efficient local inference with [llama
92
  ./main -m gemma-3-evacuation.Q8_0.gguf -n 512 --repeat_penalty 1.1 --color -i -r "USER: " -f prompts/chat-with-gemma-3.txt
93
  ```
94
 
95
- ### Prompt Format
96
-
97
- The model follows the Gemma 3 chat template format:
98
-
99
- ```
100
- <start_of_turn>user
101
- What is the occupant load factor for assembly use?
102
- <end_of_turn>
103
- <start_of_turn>model
104
- The occupant load factor for assembly use depends on the specific function of the space. According to the International Building Code (IBC) and NFPA 101:
105
-
106
- - Assembly with fixed seats: Based on the number of fixed seats
107
- - Assembly without fixed seats, concentrated use (chairs only, not fixed): 7 sq. ft. per person
108
- - Assembly without fixed seats, unconcentrated use (tables and chairs): 15 sq. ft. per person
109
- - Standing space: 5 sq. ft. per person
110
- - Stage areas: 15 sq. ft. per person
111
- - Assembly with tables and chairs (restaurant seating): 15 sq. ft. per person
112
-
113
- These factors are used to calculate the maximum number of occupants permitted in a space by dividing the net floor area by the appropriate occupant load factor.
114
-
115
- (Source: IBC Section 1004, NFPA 101 Chapter 7)
116
- <end_of_turn>
117
- ```
118
-
119
  ## Acknowledgements
120
 
121
  - Google for the Gemma 3 base model
 
92
  ./main -m gemma-3-evacuation.Q8_0.gguf -n 512 --repeat_penalty 1.1 --color -i -r "USER: " -f prompts/chat-with-gemma-3.txt
93
  ```
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  ## Acknowledgements
96
 
97
  - Google for the Gemma 3 base model