Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
TOS-DistilBERT
|
3 |
|
@@ -13,4 +24,4 @@ Here's a quick example of how to use the model:
|
|
13 |
from transformers import AutoModel, AutoTokenizer
|
14 |
|
15 |
model = AutoModel.from_pretrained("prasannadhungana8848/TOS-DistilBERT")
|
16 |
-
tokenizer = AutoTokenizer.from_pretrained("prasannadhungana8848/TOS-DistilBERT")
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- CodeHima/TOS_DatasetV3
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
base_model: distilbert/distilbert-base-uncased
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
library_name: transformers
|
11 |
+
---
|
12 |
|
13 |
TOS-DistilBERT
|
14 |
|
|
|
24 |
from transformers import AutoModel, AutoTokenizer
|
25 |
|
26 |
model = AutoModel.from_pretrained("prasannadhungana8848/TOS-DistilBERT")
|
27 |
+
tokenizer = AutoTokenizer.from_pretrained("prasannadhungana8848/TOS-DistilBERT")
|