CoolCreator
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- autotrain
|
4 |
-
- text-generation-inference
|
5 |
- text-generation
|
6 |
- peft
|
|
|
|
|
7 |
library_name: transformers
|
8 |
base_model: tiiuae/Falcon3-3B-Instruct
|
9 |
widget:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
license: other
|
14 |
---
|
15 |
|
16 |
-
#
|
|
|
17 |
|
|
|
18 |
This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).
|
19 |
|
20 |
# Usage
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- autotrain
|
|
|
4 |
- text-generation
|
5 |
- peft
|
6 |
+
- chain-of-though
|
7 |
+
- finetuned
|
8 |
library_name: transformers
|
9 |
base_model: tiiuae/Falcon3-3B-Instruct
|
10 |
widget:
|
11 |
+
- messages:
|
12 |
+
- role: user
|
13 |
+
content: What is your favorite condiment?
|
|
|
14 |
---
|
15 |
|
16 |
+
# This is a model trained to think in chain of thought. It was trained to think step ny step about problems.
|
17 |
+
you can find the video explaining how this works, and more details below.
|
18 |
|
19 |
+
Model Trained Using AutoTrain
|
20 |
This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).
|
21 |
|
22 |
# Usage
|