Instructions to use fyaromo/text_gen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use fyaromo/text_gen with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("fyaromo/text_gen", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,8 @@ metrics:
|
|
| 6 |
- accuracy
|
| 7 |
base_model:
|
| 8 |
- nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 9 |
-
new_version:
|
| 10 |
-
pipeline_tag:
|
| 11 |
library_name: adapter-transformers
|
| 12 |
datasets:
|
| 13 |
- fyaromo-community/docs
|
|
|
|
| 6 |
- accuracy
|
| 7 |
base_model:
|
| 8 |
- nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 9 |
+
new_version: openai/whisper-large-v3-turbo
|
| 10 |
+
pipeline_tag: question-answering
|
| 11 |
library_name: adapter-transformers
|
| 12 |
datasets:
|
| 13 |
- fyaromo-community/docs
|