PEFT
Safetensors
English
lora
metadata-extraction
dcat
Knowledge-Graph
Scientific-metadata
Dataset-benchmarking
Multi-path-LinkPrediction
Chain-of-Thoughts
Instructions to use Zoro26/MetaMine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Zoro26/MetaMine with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Zoro26/MetaMine") - Notebooks
- Google Colab
- Kaggle
| license: llama3.2 | |
| language: | |
| - en | |
| base_model: | |
| - meta-llama/Llama-3.2-3B-Instruct | |
| library_name: peft | |
| tags: | |
| - lora | |
| - peft | |
| - metadata-extraction | |
| - dcat | |
| - Knowledge-Graph | |
| - Scientific-metadata | |
| - Dataset-benchmarking | |
| - Multi-path-LinkPrediction | |
| - Chain-of-Thoughts | |