Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ license: llama3
|
|
| 3 |
base_model: meta-llama/Meta-Llama-3.2-3B
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
tags:
|
| 8 |
- code
|
|
@@ -11,28 +13,16 @@ tags:
|
|
| 11 |
- GIS
|
| 12 |
- PostGIS
|
| 13 |
---
|
|
|
|
|
|
|
| 14 |
**EXPERIMENTAL ALPHA**
|
|
|
|
| 15 |
**NOT TESTED**
|
| 16 |
|
| 17 |
-
---
|
| 18 |
-
license: llama3
|
| 19 |
-
base_model: meta-llama/Meta-Llama-3.2-3B
|
| 20 |
-
language:
|
| 21 |
-
- en
|
| 22 |
-
- zh
|
| 23 |
-
- es
|
| 24 |
-
pipeline_tag: text-generation
|
| 25 |
-
tags:
|
| 26 |
-
- code
|
| 27 |
-
- spatial
|
| 28 |
-
- sql
|
| 29 |
-
- GIS
|
| 30 |
-
- PostGIS
|
| 31 |
-
---
|
| 32 |
|
| 33 |
### Model Information
|
| 34 |
|
| 35 |
-
This model, Llama-3.2-3B-Instruct-Spatial-SQL-1.0, is an
|
| 36 |
is the Natural Language command adaptation of particular geographic spatial functions as normally defined in pure SQL. Data input should be a combination of an English prefix in the form of a question, and a coordinate prompt injection, likely from an active mapping system application coordinate list. Output is PostGIS spatial SQL.
|
| 37 |
|
| 38 |
There are four primary geographic functions released in version 1.0.
|
|
|
|
| 3 |
base_model: meta-llama/Meta-Llama-3.2-3B
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
- zh
|
| 7 |
+
- es
|
| 8 |
pipeline_tag: text-generation
|
| 9 |
tags:
|
| 10 |
- code
|
|
|
|
| 13 |
- GIS
|
| 14 |
- PostGIS
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
|
| 18 |
**EXPERIMENTAL ALPHA**
|
| 19 |
+
</br>
|
| 20 |
**NOT TESTED**
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
### Model Information
|
| 24 |
|
| 25 |
+
This model, Llama-3.2-3B-Instruct-Spatial-SQL-1.0, is an 3B, narrow use case, text to spatial SQL, lightly fine-tuned model. In general, its primary use case
|
| 26 |
is the Natural Language command adaptation of particular geographic spatial functions as normally defined in pure SQL. Data input should be a combination of an English prefix in the form of a question, and a coordinate prompt injection, likely from an active mapping system application coordinate list. Output is PostGIS spatial SQL.
|
| 27 |
|
| 28 |
There are four primary geographic functions released in version 1.0.
|