agentlans commited on
Commit
3653791
1 Parent(s): d35d5c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -6,7 +6,6 @@ language:
6
  - en
7
  base_model:
8
  - microsoft/deberta-v3-xsmall
9
- - microsoft/deberta-v3-base
10
  pipeline_tag: text-classification
11
  ---
12
  # DeBERTa-v3 Twitter Sentiment Models
@@ -17,8 +16,8 @@ This page contains one of two DeBERTa-v3 models (xsmall and base) fine-tuned for
17
 
18
  - **Model Architecture**: DeBERTa-v3
19
  - **Variants**:
20
- - xsmall (22M parameters)
21
- - base (86M parameters)
22
  - **Task**: Sentiment regression
23
  - **Language**: English
24
  - **License**: Apache 2.0
 
6
  - en
7
  base_model:
8
  - microsoft/deberta-v3-xsmall
 
9
  pipeline_tag: text-classification
10
  ---
11
  # DeBERTa-v3 Twitter Sentiment Models
 
16
 
17
  - **Model Architecture**: DeBERTa-v3
18
  - **Variants**:
19
+ - xsmall
20
+ - base
21
  - **Task**: Sentiment regression
22
  - **Language**: English
23
  - **License**: Apache 2.0