Arsala Grey commited on
Commit
247453d
1 Parent(s): 0636048

added big science bloom model

Browse files
Files changed (1) hide show
  1. index.js +2 -1
index.js CHANGED
@@ -2,7 +2,8 @@ const { createApp, ref, onMounted } = Vue;
2
  import { HfInference } from "https://cdn.skypack.dev/@huggingface/inference@latest";
3
 
4
  const textGenerationModels = [
5
- "mistralai/Mistral-7B-v0.1"
 
6
  ]
7
 
8
  const responseLengthToTokenCount = {
 
2
  import { HfInference } from "https://cdn.skypack.dev/@huggingface/inference@latest";
3
 
4
  const textGenerationModels = [
5
+ "mistralai/Mistral-7B-v0.1",
6
+ "bigscience/bloom"
7
  ]
8
 
9
  const responseLengthToTokenCount = {