Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,9 @@ library_name: peft
|
|
| 3 |
base_model: roberta-base
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Model Card for Model ID
|
|
@@ -25,7 +28,6 @@ adaptations without altering the pre-trained weights directly.
|
|
| 25 |
|
| 26 |
- **Developed by:** Likhith231
|
| 27 |
- **Model type:** Text Classification
|
| 28 |
-
- **Language(s) (NLP):** [More Information Needed]
|
| 29 |
- **Finetuned from model:** Roberta Base
|
| 30 |
|
| 31 |
### Training Data
|
|
|
|
| 3 |
base_model: roberta-base
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
pipeline_tag: text-classification
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card for Model ID
|
|
|
|
| 28 |
|
| 29 |
- **Developed by:** Likhith231
|
| 30 |
- **Model type:** Text Classification
|
|
|
|
| 31 |
- **Finetuned from model:** Roberta Base
|
| 32 |
|
| 33 |
### Training Data
|