Falcon-7B is a 7B parameters causal decoder-only model built by TII and trained on 1,500B tokens of RefinedWeb enhanced with curated corpora. It is made available under the Apache 2.0 license.
Falcon-7B is a 7B parameters causal decoder-only model built by TII and trained on 1,500B tokens of RefinedWeb enhanced with curated corpora. It is made available under the Apache 2.0 license.
Model prompt
maximum number of tokens to generate, -1 for unlimited (Default: -1)
sample from top k options for each token, 0 to disable (Default: 40, 0 ≤ top_k)
Top P
sample from top options totalling at least p (0-1), 1.0 to disable (Default: 0.95, 0 ≤ top_p ≤ 1)
how much to prioritize better matching tokens, 1.0 is neutral, > 1.0 choose worse-prob tokens (Default: 1)
seed for randomness, -1 for random (Default: -1)
You need to login to use this model
Press submit to run inference and see results