roemmele commited on
Commit
3d2bacf
·
1 Parent(s): 4f4f02f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -7,6 +7,8 @@ inference: false
7
  license: apache-2.0
8
  ---
9
 
 
 
10
  # 🚀 Falcon-7B
11
 
12
  **Falcon-7B is a 7B parameters causal decoder-only model built by [TII](https://www.tii.ae) and trained on 1,500B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) enhanced with curated corpora. It is made available under the Apache 2.0 license.**
 
7
  license: apache-2.0
8
  ---
9
 
10
+ This is a fork of https://huggingface.co/tiiuae/falcon-7b, with a custom endpoint that returns the model loss score of a given input text.
11
+
12
  # 🚀 Falcon-7B
13
 
14
  **Falcon-7B is a 7B parameters causal decoder-only model built by [TII](https://www.tii.ae) and trained on 1,500B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) enhanced with curated corpora. It is made available under the Apache 2.0 license.**