Instructions to use fernandals/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fernandals/results with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "fernandals/results") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,11 @@ base_model: NousResearch/Llama-2-13b-hf
|
|
| 8 |
model-index:
|
| 9 |
- name: results
|
| 10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: results
|
| 10 |
results: []
|
| 11 |
+
datasets:
|
| 12 |
+
- celsowm/cnn_news_ptbr
|
| 13 |
+
language:
|
| 14 |
+
- pt
|
| 15 |
+
pipeline_tag: text2text-generation
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|