VinMir commited on
Commit
b73ee5d
·
verified ·
1 Parent(s): b89a47c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -7,6 +7,12 @@ language:
7
  base_model:
8
  - microsoft/mdeberta-v3-base
9
  pipeline_tag: text-classification
 
 
 
 
 
 
10
  ---
11
  # GordonAI
12
 
@@ -42,6 +48,8 @@ You can install the dependencies using:
42
  ```bash
43
  pip install transformers torch
44
  ```
 
 
45
 
46
  ## Acknowledgments
47
 
 
7
  base_model:
8
  - microsoft/mdeberta-v3-base
9
  pipeline_tag: text-classification
10
+ metrics:
11
+ - accuracy
12
+ library_name: transformers
13
+ tags:
14
+ - emotion-detection
15
+ - text-classification
16
  ---
17
  # GordonAI
18
 
 
48
  ```bash
49
  pip install transformers torch
50
  ```
51
+ ## Limitations and bias
52
+ Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
53
 
54
  ## Acknowledgments
55