lucataco/ollama-nemotron-70b 🔢📝 → 📝

▶️ 8.8K runs 📅 Oct 2024 ⚙️ Cog 0.9.26 🔗 GitHub ⚖️ License
code-generation question-answering text-generation text-translation

About

Ollama Nemotron 70b

Example Output

Prompt:

"How many r in strawberry?"

Output

A sweet question!

Let's count the "R"s in "strawberry":

  1. S
  2. T
  3. R (1st R)
  4. A
  5. W
  6. B
  7. E
  8. R (2nd R)
  9. R (3rd R)
  10. Y

There are 3 "R"s in the word "strawberry".

Performance Metrics

3.86s Prediction Time
3.87s Total Time
All Input Parameters
{
  "top_p": 0.95,
  "prompt": "How many r in strawberry?",
  "max_tokens": 512,
  "temperature": 0.7
}
Input Parameters
top_p Type: numberDefault: 0.95Range: 0 - 1
Controls diversity of the output. Lower values make the output more focused, higher values make it more diverse.
prompt (required) Type: string
Input text for the model
max_tokens Type: integerDefault: 512Range: 1 - ∞
Maximum number of tokens to generate
temperature Type: numberDefault: 0.7Range: 0 - 1
Controls randomness. Lower values make the model more deterministic, higher values make it more random.
Output Schema

Output

Type: arrayItems Type: string

Example Execution Logs
Total runtime: 3.857534885406494
Version Details
Version ID
730a266b3a0db453479d5b167132fd6534debde168af62ac328d5d0187d18e0e
Version Created
October 17, 2024
Run on Replicate →