dpetrak commited on
Commit
a9df55e
1 Parent(s): e24a52a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,11 +4,12 @@ language:
4
  - en
5
  base_model:
6
  - meta-llama/Llama-3.1-8B-Instruct
 
7
  ---
8
 
9
  # Llama 3.1 -- Finetuned using FEDI v 1.2
10
 
11
- This is a 8-bit quantized LLama 3.1 gguf model trained on the new version of the FEDI dataset. It covers the following domains:
12
 
13
  - Parcel Choice: In parcel choice, the system's task is to help the user choose the right shipping box and delivery option for their needs (given the weight of the items to be sent and the destination).
14
  - Recharge Phone: In recharge phone, the task is to top up the user's prepaid SIM card.
 
4
  - en
5
  base_model:
6
  - meta-llama/Llama-3.1-8B-Instruct
7
+ library_name: transformers
8
  ---
9
 
10
  # Llama 3.1 -- Finetuned using FEDI v 1.2
11
 
12
+ This is a LLama 3.1 8B Instruct model trained on the new version of the FEDI dataset. It covers the following domains:
13
 
14
  - Parcel Choice: In parcel choice, the system's task is to help the user choose the right shipping box and delivery option for their needs (given the weight of the items to be sent and the destination).
15
  - Recharge Phone: In recharge phone, the task is to top up the user's prepaid SIM card.