Transformers
Safetensors
English
noystl commited on
Commit
7d64adc
·
verified ·
1 Parent(s): 02864da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -6,15 +6,11 @@ language:
6
  - en
7
  base_model:
8
  - meta-llama/Llama-3.1-8B-Instruct
 
9
  ---
10
 
11
- This is a [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) model, fine-tuned on [noystl/Recombination-Extraction](https://huggingface.co/datasets/noystl/Recombination-Extraction).
12
-
13
- **Non-Default Hyperparameters**
14
- * `per_device_train_batch_size`: 1
15
- * `max_steps`: 500
16
- * `weight_decay`: 0.1
17
- * `learning_rate`: 6.e-5
18
 
19
 
20
  **Bibtex**
 
6
  - en
7
  base_model:
8
  - meta-llama/Llama-3.1-8B-Instruct
9
+ library_name: transformers
10
  ---
11
 
12
+ This Hugging Face repository contains a fine-tuned Llama model trained for the task of extracting recombination examples from scientific abstracts, as described in the paper [CHIMERA: A Knowledge Base of Idea Recombination in Scientific Literature](https://huggingface.co/papers/2505.20779). The model utilizes a LoRA adapter on top of a Mistral base model.
13
+ The model can be used for the information extraction task of identifying recombination examples within scientific text. For detailed usage instructions and reproduction of results, please refer to the Github repository linked above.
 
 
 
 
 
14
 
15
 
16
  **Bibtex**