Skip to content

Commit

Permalink
Add models
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezluna committed Oct 3, 2024
1 parent e50732a commit bcff8c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dockerize_ollama_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,26 @@ jobs:
name: 'bespoke-minicheck',
tag: '7b',
description: 'A SOTA fact-checking model developed by Bespoke Labs'
},
model: {
name: 'nemotron-mini',
tag: '4b',
description: 'A commercial-friendly small language model by NVIDIA optimized for roleplay, RAG QA, and function calling'
},
model: {
name: 'smollm',
tag: '1.7b',
description: 'A family of small models with 135M, 360M, and 1.7B parameters, trained on a new high-quality dataset'
},
model: {
name: 'smollm',
tag: '360m',
description: 'A family of small models with 135M, 360M, and 1.7B parameters, trained on a new high-quality dataset'
},
model: {
name: 'smollm',
tag: '135m',
description: 'A family of small models with 135M, 360M, and 1.7B parameters, trained on a new high-quality dataset'
}
]
steps:
Expand Down

0 comments on commit bcff8c7

Please sign in to comment.