Shinzmann commited on
Commit
dc72181
·
verified ·
1 Parent(s): aa87b19

Update model card (standardized)

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  # Naija-Petro 8B
19
 
20
- **Naija-Petro 8B** is a [Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B) model fine-tuned (QLoRA, [Unsloth](https://github.com/unslothai/unsloth)) on ~20,000 synthetic petroleum-engineering instructionresponse pairs. It is the lightweight, fast-inference variant of the Naija-Petro family and the model served behind the project's retrieval-augmented assistant.
21
 
22
  > ⚠️ The base training data is **general/global** petroleum knowledge. For Nigeria-specific facts (regulation, the PIA 2021, NUPRC/NMDPRA/NNPC), pair this model with the [Naija-Petro RAG system](https://github.com/Mystique1337/naija-petro), which grounds answers in verifiable Nigerian sources.
23
 
@@ -28,7 +28,7 @@ tags:
28
  - **Language:** English
29
  - **License:** Apache-2.0 (inherited from Qwen3-8B)
30
  - **Finetuned from:** [`Qwen/Qwen3-8B`](https://huggingface.co/Qwen/Qwen3-8B)
31
- - **Domain:** Petroleum engineering drilling, reservoir, production, completions, EOR, well testing, petroleum geoscience
32
 
33
  ### Model sources
34
  - **Repository:** https://github.com/Mystique1337/naija-petro
@@ -38,7 +38,7 @@ tags:
38
  ## Uses
39
 
40
  ### Direct use
41
- Technical question answering and explanation across petroleum-engineering subdomains: concepts, equations and derivations, workflow guidance, and terminology as a study aid and engineering decision-support tool.
42
 
43
  ### Downstream use
44
  Backbone for retrieval-augmented assistants (see the project repo), further domain fine-tuning, or distillation.
@@ -85,7 +85,7 @@ ollama run hf.co/Shinzmann/naija-petro-8b-GGUF:Q4_K_M
85
  ## Training details
86
 
87
  ### Data
88
- ~20,000 instructionresponse pairs generated with **NVIDIA NeMo Data Designer** from a scraped, de-duplicated petroleum corpus (arXiv, Semantic Scholar, OpenAlex, Crossref, DOE/OSTI, PetroWiki, the SLB glossary, EIA, and more), with an LLM-as-judge quality-scoring pass. Pipeline and EDA are in the [project notebooks](https://github.com/Mystique1337/naija-petro/tree/main/notebooks).
89
 
90
  ### Procedure
91
  QLoRA (4-bit NF4) with Unsloth on a single A100 80GB.
 
17
 
18
  # Naija-Petro 8B
19
 
20
+ **Naija-Petro 8B** is a [Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B) model fine-tuned (QLoRA, [Unsloth](https://github.com/unslothai/unsloth)) on ~20,000 synthetic petroleum-engineering instruction-response pairs. It is the lightweight, fast-inference variant of the Naija-Petro family and the model served behind the project's retrieval-augmented assistant.
21
 
22
  > ⚠️ The base training data is **general/global** petroleum knowledge. For Nigeria-specific facts (regulation, the PIA 2021, NUPRC/NMDPRA/NNPC), pair this model with the [Naija-Petro RAG system](https://github.com/Mystique1337/naija-petro), which grounds answers in verifiable Nigerian sources.
23
 
 
28
  - **Language:** English
29
  - **License:** Apache-2.0 (inherited from Qwen3-8B)
30
  - **Finetuned from:** [`Qwen/Qwen3-8B`](https://huggingface.co/Qwen/Qwen3-8B)
31
+ - **Domain:** Petroleum engineering covering drilling, reservoir, production, completions, EOR, well testing, petroleum geoscience
32
 
33
  ### Model sources
34
  - **Repository:** https://github.com/Mystique1337/naija-petro
 
38
  ## Uses
39
 
40
  ### Direct use
41
+ Technical question answering and explanation across petroleum-engineering subdomains: concepts, equations and derivations, workflow guidance, and terminology, as a study aid and engineering decision-support tool.
42
 
43
  ### Downstream use
44
  Backbone for retrieval-augmented assistants (see the project repo), further domain fine-tuning, or distillation.
 
85
  ## Training details
86
 
87
  ### Data
88
+ ~20,000 instruction-response pairs generated with **NVIDIA NeMo Data Designer** from a scraped, de-duplicated petroleum corpus (arXiv, Semantic Scholar, OpenAlex, Crossref, DOE/OSTI, PetroWiki, the SLB glossary, EIA, and more), with an LLM-as-judge quality-scoring pass. Pipeline and EDA are in the [project notebooks](https://github.com/Mystique1337/naija-petro/tree/main/notebooks).
89
 
90
  ### Procedure
91
  QLoRA (4-bit NF4) with Unsloth on a single A100 80GB.