Text Generation
Transformers
Safetensors
English
falcon
text-generation-inference
conversational
Eval Results
ericzzz commited on
Commit
ab34609
β€’
1 Parent(s): 0bbaf14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -128,7 +128,11 @@ pipeline_tag: text-generation
128
 
129
  The underlying Falcon-RW-1B-Instruct-OpenOrca model is built on the [Falcon-RW-1B](https://huggingface.co/tiiuae/falcon-rw-1b), a causal decoder-only model. It has been instruction-finetuned using the [Open-Orca/SlimOrca](https://huggingface.co/datasets/Open-Orca/SlimOrca) dataset.
130
 
131
- **[Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)**
 
 
 
 
132
 
133
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_ericzzz__falcon-rw-1b-chat)
134
 
@@ -142,10 +146,6 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
142
  |Winogrande (5-shot) |61.72|
143
  |GSM8k (5-shot) | 1.67|
144
 
145
- **🎯 Purpose**
146
-
147
- The Falcon-RW-1B-Chat aims to add conversational capabilities to the Falcon-RW-1B-Instruct-OpenOrca model. This initiative is driven by the need for a smaller, open-source, instruction-finetuned, ready-to-use model, suitable for users with limited computational resources, like lower-end consumer GPUs.
148
-
149
  ## πŸ“– Example Code
150
 
151
  ```python
 
128
 
129
  The underlying Falcon-RW-1B-Instruct-OpenOrca model is built on the [Falcon-RW-1B](https://huggingface.co/tiiuae/falcon-rw-1b), a causal decoder-only model. It has been instruction-finetuned using the [Open-Orca/SlimOrca](https://huggingface.co/datasets/Open-Orca/SlimOrca) dataset.
130
 
131
+ **🎯 Purpose**
132
+
133
+ The Falcon-RW-1B-Chat aims to add conversational capabilities to the Falcon-RW-1B-Instruct-OpenOrca model. This initiative is driven by the need for a smaller, open-source, instruction-finetuned, ready-to-use model, suitable for users with limited computational resources, like lower-end consumer GPUs.
134
+
135
+ ## [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
136
 
137
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_ericzzz__falcon-rw-1b-chat)
138
 
 
146
  |Winogrande (5-shot) |61.72|
147
  |GSM8k (5-shot) | 1.67|
148
 
 
 
 
 
149
  ## πŸ“– Example Code
150
 
151
  ```python