FrancescoPeriti commited on
Commit
50e87d0
·
verified ·
1 Parent(s): 8954644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -1,18 +1,13 @@
1
- ---
2
- library_name: transformers
3
- tags: [Llama2Dictionary]
4
- ---
5
-
6
  # Llama2Dictionary
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
  ```FrancescoPeriti/Llama2Dictionary``` is a fine-tuned version of the ```meta-llama/Llama-2-7b-chat-hf```.
10
  Thus, to use it, visit the AI at Meta website, accept the Meta License, and submit the [form](https://llama.meta.com/llama-downloads/).
11
 
12
- To use ```FrancescoPeriti/Llama2Dictionary```, you will need to login with your hugginface token (hereonforth, ```[HF-TOKEN]```).
13
 
14
 
15
- ## Model Details
16
  This model is fine-tuned on English datasets of sense definitions. Given a target word and a usage example, the model generates a sense definition for the target word in-context.
17
 
18
  You can find more details in the paper [Automatically Generated Definitions and their utility for Modeling Word Meaning](link) by Francesco Periti, David Alfter, Nina Tahmasebi.
 
 
 
 
 
 
1
  # Llama2Dictionary
2
 
3
  <!-- Provide a quick summary of what the model is/does. -->
4
  ```FrancescoPeriti/Llama2Dictionary``` is a fine-tuned version of the ```meta-llama/Llama-2-7b-chat-hf```.
5
  Thus, to use it, visit the AI at Meta website, accept the Meta License, and submit the [form](https://llama.meta.com/llama-downloads/).
6
 
7
+ You will need to login with your hugginface token (```[HF-TOKEN]```, in the following).
8
 
9
 
10
+ ### Model Description
11
  This model is fine-tuned on English datasets of sense definitions. Given a target word and a usage example, the model generates a sense definition for the target word in-context.
12
 
13
  You can find more details in the paper [Automatically Generated Definitions and their utility for Modeling Word Meaning](link) by Francesco Periti, David Alfter, Nina Tahmasebi.