spectrewolf8 commited on
Commit
157c90c
·
verified ·
1 Parent(s): 1a87275

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,10 +25,10 @@ pipeline_tag: text-generation
25
 
26
  ### Model Description
27
 
28
- This model card describes Phi-3 Mini, a smaller variant of the Phi-3 series, designed to handle instructions with a 4k token context length. It is specifically fine-tuned to follow instructional prompts effectively, making it suitable for applications requiring interactive and responsive dialogue systems.
29
 
30
  - **Developed by:** [spectrewolf8]
31
- - **Model type:** Transformer-based Language Model
32
  - **Language(s) (NLP):** English (and SQL)
33
  - **License:** MIT
34
  - **Finetuned from model [optional]:** Phi-3-mini-instruct-4k base model
 
25
 
26
  ### Model Description
27
 
28
+ Phi-3 Mini is a transformer-based language model fine-tuned to generate SQL queries from natural language inputs. This model is optimized for converting human-readable queries into SQL statements, facilitating easier interaction with databases through natural language processing.
29
 
30
  - **Developed by:** [spectrewolf8]
31
+ - **Model type:** Transformer-based Language Model for SQL Generation
32
  - **Language(s) (NLP):** English (and SQL)
33
  - **License:** MIT
34
  - **Finetuned from model [optional]:** Phi-3-mini-instruct-4k base model