Instructions to use igoramf/lora-pt-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use igoramf/lora-pt-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="igoramf/lora-pt-sentiment-analysis")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("igoramf/lora-pt-sentiment-analysis", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- README.md +1 -1
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -7,4 +7,4 @@ metrics:
|
|
| 7 |
- accuracy
|
| 8 |
- f1
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
-
---
|
|
|
|
| 7 |
- accuracy
|
| 8 |
- f1
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
+
---
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2521180
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52ea341b433a537275219bea3402e4cd63568807898a9b3fef4b303824a09ab0
|
| 3 |
size 2521180
|