Commit ·
9612a1f
1
Parent(s): 0839713
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,13 +3,18 @@ tags:
|
|
| 3 |
- autotrain
|
| 4 |
- text-classification
|
| 5 |
language:
|
| 6 |
-
-
|
| 7 |
widget:
|
| 8 |
-
- text:
|
| 9 |
datasets:
|
| 10 |
- AyoubChLin/autotrain-data-delberta-large
|
|
|
|
| 11 |
co2_eq_emissions:
|
| 12 |
emissions: 4.083685268664441
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Model Trained Using AutoTrain
|
|
@@ -52,5 +57,6 @@ tokenizer = AutoTokenizer.from_pretrained("AyoubChLin/autotrain-delberta-large-4
|
|
| 52 |
|
| 53 |
inputs = tokenizer("I love AutoTrain", return_tensors="pt")
|
| 54 |
|
|
|
|
| 55 |
outputs = model(**inputs)
|
| 56 |
```
|
|
|
|
| 3 |
- autotrain
|
| 4 |
- text-classification
|
| 5 |
language:
|
| 6 |
+
- en
|
| 7 |
widget:
|
| 8 |
+
- text: I love AutoTrain 🤗
|
| 9 |
datasets:
|
| 10 |
- AyoubChLin/autotrain-data-delberta-large
|
| 11 |
+
- SetFit/bbc-news
|
| 12 |
co2_eq_emissions:
|
| 13 |
emissions: 4.083685268664441
|
| 14 |
+
license: apache-2.0
|
| 15 |
+
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
+
pipeline_tag: text-classification
|
| 18 |
---
|
| 19 |
|
| 20 |
# Model Trained Using AutoTrain
|
|
|
|
| 57 |
|
| 58 |
inputs = tokenizer("I love AutoTrain", return_tensors="pt")
|
| 59 |
|
| 60 |
+
|
| 61 |
outputs = model(**inputs)
|
| 62 |
```
|