Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
datasets:
|
4 |
- HuggingFaceFW/fineweb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
This is [karpathy's](https://github.com/karpathy) model from [the llm.c project](https://github.com/karpathy/llm.c/discussions/580) converted to HF format to investigate [bfloat16 performance](https://github.com/karpathy/llm.c/pull/571).
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: rhysjones/gpt2-774M-fineweb-150B
|
4 |
datasets:
|
5 |
- HuggingFaceFW/fineweb
|
6 |
+
widget:
|
7 |
+
- text: >-
|
8 |
+
<|user|><|content|>Hello! Who are you?<|end_turn|>
|
9 |
+
|
10 |
+
<|assistant|><|content|>Hello! I am ChatBot, a large language model. I am
|
11 |
+
here to help you with information, answer questions, provide
|
12 |
+
recommendations, and assist with a variety of tasks. How can I assist you
|
13 |
+
today?<|end_turn|>
|
14 |
+
|
15 |
+
<|user|><|content|>Write a message asking a friend to come to my wedding next month. I want it to be very short and casual, but with an option to opt out.<|end_turn|>
|
16 |
+
<|assistant|><|content|>
|
17 |
---
|
18 |
|
19 |
This is [karpathy's](https://github.com/karpathy) model from [the llm.c project](https://github.com/karpathy/llm.c/discussions/580) converted to HF format to investigate [bfloat16 performance](https://github.com/karpathy/llm.c/pull/571).
|