CoolCreator commited on
Commit
c711d3e
·
verified ·
1 Parent(s): 4ae02e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
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
- - messages:
11
- - role: user
12
- content: What is your favorite condiment?
13
- license: other
14
  ---
15
 
16
- # Model Trained Using AutoTrain
 
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