Text Classification
PEFT
Safetensors
Portuguese
lora
llama
stance-detection
vaccines
portuguese
nlp
social-media
youtube
Eval Results (legacy)
Instructions to use gseovana/llama-vaccine-stance-ptbr-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gseovana/llama-vaccine-stance-ptbr-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Meta-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "gseovana/llama-vaccine-stance-ptbr-lora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,13 +27,13 @@ model-index:
|
|
| 27 |
metrics:
|
| 28 |
- name: Precision
|
| 29 |
type: precision
|
| 30 |
-
value: 0.
|
| 31 |
- name: Recall
|
| 32 |
type: recall
|
| 33 |
-
value: 0.
|
| 34 |
- name: F1
|
| 35 |
type: f1
|
| 36 |
-
value: 0.
|
| 37 |
|
| 38 |
- task:
|
| 39 |
type: text-classification
|
|
@@ -44,13 +44,13 @@ model-index:
|
|
| 44 |
metrics:
|
| 45 |
- name: Precision
|
| 46 |
type: precision
|
| 47 |
-
value: 0.
|
| 48 |
- name: Recall
|
| 49 |
type: recall
|
| 50 |
-
value: 0.
|
| 51 |
- name: F1
|
| 52 |
type: f1
|
| 53 |
-
value: 0.
|
| 54 |
|
| 55 |
- task:
|
| 56 |
type: text-classification
|
|
@@ -61,13 +61,13 @@ model-index:
|
|
| 61 |
metrics:
|
| 62 |
- name: Precision
|
| 63 |
type: precision
|
| 64 |
-
value: 0.
|
| 65 |
- name: Recall
|
| 66 |
type: recall
|
| 67 |
-
value: 0.
|
| 68 |
- name: F1
|
| 69 |
type: f1
|
| 70 |
-
value: 0.
|
| 71 |
|
| 72 |
- task:
|
| 73 |
type: text-classification
|
|
@@ -78,16 +78,7 @@ model-index:
|
|
| 78 |
metrics:
|
| 79 |
- name: Accuracy
|
| 80 |
type: accuracy
|
| 81 |
-
value: 0.
|
| 82 |
-
- name: Precision
|
| 83 |
-
type: precision
|
| 84 |
-
value: 0.923
|
| 85 |
-
- name: Recall
|
| 86 |
-
type: recall
|
| 87 |
-
value: 0.935
|
| 88 |
-
- name: F1
|
| 89 |
-
type: f1
|
| 90 |
-
value: 0.929
|
| 91 |
---
|
| 92 |
|
| 93 |
<div align="center">
|
|
|
|
| 27 |
metrics:
|
| 28 |
- name: Precision
|
| 29 |
type: precision
|
| 30 |
+
value: 0.87
|
| 31 |
- name: Recall
|
| 32 |
type: recall
|
| 33 |
+
value: 0.89
|
| 34 |
- name: F1
|
| 35 |
type: f1
|
| 36 |
+
value: 0.88
|
| 37 |
|
| 38 |
- task:
|
| 39 |
type: text-classification
|
|
|
|
| 44 |
metrics:
|
| 45 |
- name: Precision
|
| 46 |
type: precision
|
| 47 |
+
value: 0.91
|
| 48 |
- name: Recall
|
| 49 |
type: recall
|
| 50 |
+
value: 0.91
|
| 51 |
- name: F1
|
| 52 |
type: f1
|
| 53 |
+
value: 0.91
|
| 54 |
|
| 55 |
- task:
|
| 56 |
type: text-classification
|
|
|
|
| 61 |
metrics:
|
| 62 |
- name: Precision
|
| 63 |
type: precision
|
| 64 |
+
value: 0.95
|
| 65 |
- name: Recall
|
| 66 |
type: recall
|
| 67 |
+
value: 0.94
|
| 68 |
- name: F1
|
| 69 |
type: f1
|
| 70 |
+
value: 0.94
|
| 71 |
|
| 72 |
- task:
|
| 73 |
type: text-classification
|
|
|
|
| 78 |
metrics:
|
| 79 |
- name: Accuracy
|
| 80 |
type: accuracy
|
| 81 |
+
value: 0.92
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
---
|
| 83 |
|
| 84 |
<div align="center">
|