Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -7,19 +7,20 @@ datasets:
|
|
7 |
- custom-phm-tweets
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
10 |
model-index:
|
11 |
- name: distilbert-phmtweets-sutd
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Text Classification
|
15 |
type: text-classification
|
|
|
16 |
dataset:
|
17 |
name: custom-phm-tweets
|
18 |
type: labelled
|
19 |
metrics:
|
20 |
-
-
|
21 |
-
type: accuracy
|
22 |
value: 0.877
|
|
|
23 |
---
|
24 |
|
25 |
# distilbert-phmtweets-sutd
|
|
|
7 |
- custom-phm-tweets
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
+
base_model: distilbert-base-uncased
|
11 |
model-index:
|
12 |
- name: distilbert-phmtweets-sutd
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: text-classification
|
16 |
+
name: Text Classification
|
17 |
dataset:
|
18 |
name: custom-phm-tweets
|
19 |
type: labelled
|
20 |
metrics:
|
21 |
+
- type: accuracy
|
|
|
22 |
value: 0.877
|
23 |
+
name: Accuracy
|
24 |
---
|
25 |
|
26 |
# distilbert-phmtweets-sutd
|