PEFT
Safetensors
English

Add pipeline tag, improve summary with paper and code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,18 +1,21 @@
1
  ---
2
  base_model: meta-llama/Llama-3.2-1B
3
- library_name: peft
4
- license: cc-by-nc-sa-4.0
5
  datasets:
6
  - baartmar/nsm_dataset
7
  language:
8
  - en
 
 
 
9
  ---
10
 
11
  # Model Card for Model ID
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
  A fine-tuned LLM for paraphrasing word-meanings using the natural semantic primes.
 
15
 
 
16
 
17
  ## Model Details
18
 
@@ -40,7 +43,7 @@ A fine-tuned LLM for paraphrasing word-meanings using the natural semantic prime
40
  ### Direct Use
41
 
42
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
- Colab Demo: https://colab.research.google.com/drive/1kWesMSQOgKOsXxONvZyinpdgh86gDBcy?usp=drive_link
44
 
45
  To use the DeepNSM model to generate an NSM paraphrase of a word-meaning, you should structure your prompts in the following format:
46
  ```
 
1
  ---
2
  base_model: meta-llama/Llama-3.2-1B
 
 
3
  datasets:
4
  - baartmar/nsm_dataset
5
  language:
6
  - en
7
+ library_name: peft
8
+ license: cc-by-nc-sa-4.0
9
+ pipeline_tag: text-generation
10
  ---
11
 
12
  # Model Card for Model ID
13
 
14
  <!-- Provide a quick summary of what the model is/does. -->
15
  A fine-tuned LLM for paraphrasing word-meanings using the natural semantic primes.
16
+ This model is introduced in the paper [Towards Universal Semantics With Large Language Models](https://huggingface.co/papers/2505.11764).
17
 
18
+ Code: https://github.com/OSU-STARLAB/DeepNSM
19
 
20
  ## Model Details
21
 
 
43
  ### Direct Use
44
 
45
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
46
+ Colab Demo: https://colab.research.google.com/drive/1kWesMSQOgKOsXxONZyiinpdgh86gDBcy?usp=drive_link
47
 
48
  To use the DeepNSM model to generate an NSM paraphrase of a word-meaning, you should structure your prompts in the following format:
49
  ```