markrodrigo
commited on
Commit
•
2c140a2
1
Parent(s):
c960c1e
Update README.md
Browse filesUpdate and Deploy
README.md
CHANGED
@@ -12,15 +12,7 @@ tags:
|
|
12 |
- PostGIS
|
13 |
---
|
14 |
|
15 |
-
|
16 |
-
**EXPERIMENTAL BETA**
|
17 |
-
</br>
|
18 |
-
**CURRENTLY TESTING**
|
19 |
-
</br>
|
20 |
-
**ENGLISH ONLY**
|
21 |
-
</br>
|
22 |
-
**MODIFICATIONS INBOUND**
|
23 |
-
|
24 |
|
25 |
### Model Information
|
26 |
|
@@ -71,10 +63,7 @@ You are a helpful assistant. You are an expert at PostGIS and Postgresql and SQL
|
|
71 |
|
72 |
|
73 |
### Examples
|
74 |
-
|
75 |
-
- Centroid and Buffer responses are currently returning as WKT. While technically correct, this is not the desired response, and will be addressed.
|
76 |
-
</br> Reference - https://postgis.net/docs/ST_AsText.html
|
77 |
-
- English and Chinese models, etc. currently require the 8b models and or additional fine-tuning for 3b.
|
78 |
|
79 |
AREA
|
80 |
<p></p>
|
@@ -170,18 +159,25 @@ The following hyperparameters were used during training:
|
|
170 |
- num_devices: 2
|
171 |
- optimizer: Adam 8bit
|
172 |
- lr_scheduler_type: linear
|
173 |
-
- num_epochs:
|
174 |
|
175 |
### Training results
|
176 |
|
177 |
| Training Loss | Epoch | Step | Validation Loss |
|
178 |
|:-------------:|:------:|:----:|:---------------:|
|
179 |
-
| 1.
|
180 |
-
| 0.
|
181 |
-
| 0.
|
182 |
-
| 0.
|
183 |
-
| 0.
|
184 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
|
186 |
### Framework versions
|
187 |
|
|
|
12 |
- PostGIS
|
13 |
---
|
14 |
|
15 |
+
**ENGLISH ONLY - Use 8b models for alternate languages.**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
### Model Information
|
18 |
|
|
|
63 |
|
64 |
|
65 |
### Examples
|
66 |
+
|
|
|
|
|
|
|
67 |
|
68 |
AREA
|
69 |
<p></p>
|
|
|
159 |
- num_devices: 2
|
160 |
- optimizer: Adam 8bit
|
161 |
- lr_scheduler_type: linear
|
162 |
+
- num_epochs: 5
|
163 |
|
164 |
### Training results
|
165 |
|
166 |
| Training Loss | Epoch | Step | Validation Loss |
|
167 |
|:-------------:|:------:|:----:|:---------------:|
|
168 |
+
| 1.3788 | 5 | 10 | 1.3543 |
|
169 |
+
| 0.8504 | 5 | 20 | 0.8671 |
|
170 |
+
| 0.5990 | 5 | 30 | 0.6501 |
|
171 |
+
| 0.5836 | 5 | 40 | 0.5885 |
|
172 |
+
| 0.5713 | 5 | 50 | 0.5607 |
|
173 |
+
| 0.5481 | 5 | 60 | 0.5434 |
|
174 |
+
| 0.5221 | 5 | 70 | 0.5342 |
|
175 |
+
| 0.4983 | 5 | 80 | 0.5259 |
|
176 |
+
| 0.4914 | 5 | 90 | 0.5219 |
|
177 |
+
| 0.4754 | 5 | 100 | 0.5205 |
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
|
182 |
### Framework versions
|
183 |
|