remove replit example which does not run currently
This commit is contained in:
parent
7974ad58ff
commit
962d351281
2 changed files with 1 additions and 21 deletions
|
@ -48,14 +48,6 @@ Ask questions. Get answers.
|
||||||
ollama run orca "Write an email to my boss."
|
ollama run orca "Write an email to my boss."
|
||||||
```
|
```
|
||||||
|
|
||||||
### 👩💻 Code completion
|
|
||||||
|
|
||||||
Sometimes you just need a little help writing code.
|
|
||||||
|
|
||||||
```
|
|
||||||
ollama run replit "Give me react code to render a button"
|
|
||||||
```
|
|
||||||
|
|
||||||
### 📖 Storytelling
|
### 📖 Storytelling
|
||||||
|
|
||||||
Venture into the unknown.
|
Venture into the unknown.
|
||||||
|
|
12
models.json
12
models.json
|
@ -11,18 +11,6 @@
|
||||||
"original_url": "https://huggingface.co/psmathur/orca_mini_3b",
|
"original_url": "https://huggingface.co/psmathur/orca_mini_3b",
|
||||||
"license": "CC-BY-SA-4.0"
|
"license": "CC-BY-SA-4.0"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "replit",
|
|
||||||
"display_name": "Replit Code",
|
|
||||||
"parameters": "3B",
|
|
||||||
"url": "https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin",
|
|
||||||
"short_description": "Code Completion",
|
|
||||||
"description": "This model focuses on code completion. The training mixture includes 20 different languages, listed here in descending order of number of tokens: Markdown, Java, JavaScript, Python, TypeScript, PHP, SQL, JSX, reStructuredText, Rust, C, CSS, Go, C++, HTML, Vue, Ruby, Jupyter Notebook, R, and Shell. This model binary is converted by Nomic AI with the original Replit model code before it was refactored to use MPT configurations.",
|
|
||||||
"published_by": "Nomic AI",
|
|
||||||
"original_author": "Replit, Inc.",
|
|
||||||
"original_url": "https://huggingface.co/replit/replit-code-v1-3b",
|
|
||||||
"license": "CC-BY-SA-4.0"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "nous-hermes",
|
"name": "nous-hermes",
|
||||||
"display_name": "Nous Hermes",
|
"display_name": "Nous Hermes",
|
||||||
|
|
Loading…
Reference in a new issue