Commit ·
20419b4
1
Parent(s): bcaa577
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
This is the Finetune version of the facebook/
|
| 5 |
Dataset is RestaurantReview from kaggle
|
| 6 |
|
| 7 |
How to use? Input text must be in the form of
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
library_name: adapter-transformers
|
| 8 |
+
tags:
|
| 9 |
+
- code
|
| 10 |
---
|
| 11 |
+
This is the Finetune version of the facebook/opt-350m model
|
| 12 |
Dataset is RestaurantReview from kaggle
|
| 13 |
|
| 14 |
How to use? Input text must be in the form of
|