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
File size: 267 Bytes
c343d51 31b05c9 c343d51 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
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
---
|