e-palmisano commited on
Commit
da79177
·
verified ·
1 Parent(s): d6f3e1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -12
README.md CHANGED
@@ -11,16 +11,14 @@ tags:
11
  - phi-3
12
  - phi-3-mini
13
  - italian
14
- base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
15
- datasets:
16
- - mchl-labs/stambecco_data_it
17
  ---
18
 
19
  # Uploaded model
20
 
21
- - **Developed by:** walid-iguider
22
- - **License:** cc-by-nc-sa-4.0
23
- - **Finetuned from model :** unsloth/Phi-3-mini-4k-instruct-bnb-4bit
24
 
25
 
26
  ## Evaluation
@@ -30,7 +28,7 @@ For a detailed comparison of model performance, check out the [Leaderboard for I
30
  Here's a breakdown of the performance metrics:
31
  | Metric | hellaswag_it acc_norm | arc_it acc_norm | m_mmlu_it 5-shot acc | Average |
32
  |:----------------------------|:----------------------|:----------------|:---------------------|:--------|
33
- | **Accuracy Normalized** | 0.5841 | 0.4414 | 0.5389 | 0.5214 |
34
 
35
  ---
36
 
@@ -73,8 +71,4 @@ question = """Quale è la torre più famosa di Parigi?"""
73
  answer = generate_answer(question)
74
  print(answer)
75
  ```
76
- ---
77
-
78
- This model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
79
-
80
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
11
  - phi-3
12
  - phi-3-mini
13
  - italian
14
+ base_model: microsoft/Phi-3-mini-4k-instruct
 
 
15
  ---
16
 
17
  # Uploaded model
18
 
19
+ - **Developed by:** Enzo Pio Palmisano
20
+ - **License:** mit
21
+ - **Finetuned from model :** microsoft/Phi-3-mini-4k-instruct
22
 
23
 
24
  ## Evaluation
 
28
  Here's a breakdown of the performance metrics:
29
  | Metric | hellaswag_it acc_norm | arc_it acc_norm | m_mmlu_it 5-shot acc | Average |
30
  |:----------------------------|:----------------------|:----------------|:---------------------|:--------|
31
+ | **Accuracy Normalized** | 0.6088 | 0.4440 | X | X |
32
 
33
  ---
34
 
 
71
  answer = generate_answer(question)
72
  print(answer)
73
  ```
74
+ ---