File size: 2,280 Bytes
d5b5f8d
 
22193c6
d961743
2ea10e5
d961743
 
 
 
 
99ccb2c
6849210
 
d5b5f8d
 
 
 
c488b72
ec55ce6
d5b5f8d
34e95cb
 
d5b5f8d
 
 
 
 
 
 
 
ec55ce6
 
6460d94
ec55ce6
 
d5b5f8d
 
 
ec55ce6
40560e1
d5b5f8d
ec55ce6
d5b5f8d
ec55ce6
0fa31eb
 
 
51a5883
5eb233d
51a5883
5eb233d
0fa31eb
ec55ce6
d5b5f8d
c488b72
d5b5f8d
c488b72
 
 
 
 
d5b5f8d
 
ec55ce6
d5b5f8d
 
 
 
 
 
 
 
 
ec55ce6
 
d5b5f8d
ec55ce6
d5b5f8d
ec55ce6
d5b5f8d
 
 
 
b635fcb
 
99ccb2c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
base_model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
library_name: transformers
license: apache-2.0
pipeline_tag: text-generation
tags:
- bias-detection
- logical-fallacy
- critical-thinking
- rationality
- unsloth
language:
- en
---

# Model Card for Model ID

This is a fine-tuned model specifically dedicated to the identification of sophism and cognitive bias
His performance for now is 85%-100% in detecting sophism , and 85%-100% for detectiong cognitive bias

It was trained with a custom dataset of 14k lines

## Model Details

### Model Description

<!-- Provide a longer summary of what this model is. -->



- **Developed by:** Arthur Vigier
  - **Model type:** Qlora
- **Language(s) (NLP):** English
- **License:** Apache 2.0
- **Finetuned from model :** mistral-7b-instruct-v0.3-bnb-4bit

## Uses

It is dedicated to be used by anyone that want to judge public discourse based on the fundational basis of there language and the solidity 
of it. Using for education and increasing critical thinking is also a good way to use this tool

### API

PUBLIC API COMING SOON 

### Performance chart

### Sophism
[<img src="https://imgur.com/Vby0Ocq.png" width="500"/>]
### Cognitive Bias
[<img src="https://imgur.com/RbGxSyN.png" width="500"/>]

### Direct Use

from transformers import pipeline

messages = [
    {"role": "user", "content": "All birds can fly. Penguins are birds. Therefore, penguins can fly"},
]
pipe = pipeline("text-generation", model="Artvv/rationality-debugger-v1.0")
pipe(messages)
### Out-of-Scope Use

It is not intended to harass anyone or being rude

## Bias, Risks, and Limitations

<!-- This section is meant to convey both technical and sociotechnical limitations. -->

[More Information Needed]

### Recommendations

He is very efficient to the most common sophism and cognitive bias but for some more niche like bias frequency illusion he can be less efficient.
He is mainly dedicated to detect sophism and cognitive bias , he can detect valid reasoning but it is not his main purpose

## Model Card Contact

mail : [email protected]


### Framework versions

- PEFT 0.14.0

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)