Commit
·
3b92c54
1
Parent(s):
5d7f537
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ library_name: transformers
|
|
28 |
- **Finetuned from:** [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b)
|
29 |
- **Weights & Biases:** [public-sft/runs/25apbcld](https://wandb.ai/open-assistant/public-sft/runs/25apbcld)
|
30 |
- **Code:** [Open-Assistant/model/model_training](https://github.com/LAION-AI/Open-Assistant/tree/main/model/model_training)
|
31 |
-
- **Demo:** [Continuations for 250 random prompts](https://open-assistant.github.io/oasst-model-eval/?f=https%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Fchat-gpt%2F2023-04-11_gpt-3.5-turbo_lottery.json%0Ahttps%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Foasst-sft%2F2023-06-05_OpenAssistant_falcon-7b-sft-top1-696_sampling_noprefix2.json)
|
32 |
- **License:** Apache 2.0
|
33 |
- **Contact:** [Open-Assistant Discord](https://ykilcher.com/open-assistant-discord)
|
34 |
|
@@ -46,7 +46,8 @@ The input ends with the `<|assistant|>` token to signal that the model should
|
|
46 |
start generating the assistant reply.
|
47 |
|
48 |
|
49 |
-
Sample
|
|
|
50 |
```python
|
51 |
from transformers import AutoTokenizer
|
52 |
import transformers
|
|
|
28 |
- **Finetuned from:** [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b)
|
29 |
- **Weights & Biases:** [public-sft/runs/25apbcld](https://wandb.ai/open-assistant/public-sft/runs/25apbcld)
|
30 |
- **Code:** [Open-Assistant/model/model_training](https://github.com/LAION-AI/Open-Assistant/tree/main/model/model_training)
|
31 |
+
- **Demo:** [Continuations for 250 random prompts](https://open-assistant.github.io/oasst-model-eval/?f=https%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Fchat-gpt%2F2023-04-11_gpt-3.5-turbo_lottery.json%0Ahttps%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Foasst-sft%2F2023-06-05_OpenAssistant_falcon-7b-sft-top1-696_sampling_noprefix2.json)
|
32 |
- **License:** Apache 2.0
|
33 |
- **Contact:** [Open-Assistant Discord](https://ykilcher.com/open-assistant-discord)
|
34 |
|
|
|
46 |
start generating the assistant reply.
|
47 |
|
48 |
|
49 |
+
## Sample Code
|
50 |
+
|
51 |
```python
|
52 |
from transformers import AutoTokenizer
|
53 |
import transformers
|