ckandemir commited on
Commit
7b90295
1 Parent(s): f495d13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -22
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  library_name: peft
3
  base_model: HuggingFaceM4/idefics-9b
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -13,7 +17,7 @@ base_model: HuggingFaceM4/idefics-9b
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
@@ -22,7 +26,7 @@ base_model: HuggingFaceM4/idefics-9b
22
  - **Model type:** [More Information Needed]
23
  - **Language(s) (NLP):** [More Information Needed]
24
  - **License:** [More Information Needed]
25
- - **Finetuned from model [optional]:** [More Information Needed]
26
 
27
  ### Model Sources [optional]
28
 
@@ -34,36 +38,28 @@ base_model: HuggingFaceM4/idefics-9b
34
 
35
  ## Uses
36
 
37
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
-
39
  ### Direct Use
40
 
41
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
 
43
- [More Information Needed]
44
 
45
- ### Downstream Use [optional]
46
 
47
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
-
49
- [More Information Needed]
50
 
51
  ### Out-of-Scope Use
52
 
53
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
 
55
- [More Information Needed]
56
 
57
  ## Bias, Risks, and Limitations
58
 
59
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
 
61
- [More Information Needed]
62
 
63
  ### Recommendations
64
 
65
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
-
67
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
 
69
  ## How to Get Started with the Model
@@ -76,14 +72,11 @@ Use the code below to get started with the model.
76
 
77
  ### Training Data
78
 
79
- <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
80
-
81
- [More Information Needed]
82
 
83
  ### Training Procedure
84
 
85
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
-
87
  #### Preprocessing [optional]
88
 
89
  [More Information Needed]
@@ -216,4 +209,4 @@ The following `bitsandbytes` quantization config was used during training:
216
  ### Framework versions
217
 
218
 
219
- - PEFT 0.6.2.dev0
 
1
  ---
2
  library_name: peft
3
  base_model: HuggingFaceM4/idefics-9b
4
+ datasets:
5
+ - TheFusion21/PokemonCards
6
+ language:
7
+ - en
8
  ---
9
 
10
  # Model Card for Model ID
 
17
 
18
  ### Model Description
19
 
20
+ The model is a fine-tuned derivative of the large-scale [`HuggingFaceM4/idefics-9b`](https://huggingface.co/HuggingFaceM4/idefics-9b-instruct), leveraging the PEFT. It is specialized in tasks related to Pokémon card data, capable of various NLP tasks like text generation, classification, and analysis within the context of Pokémon trading cards.
21
 
22
 
23
 
 
26
  - **Model type:** [More Information Needed]
27
  - **Language(s) (NLP):** [More Information Needed]
28
  - **License:** [More Information Needed]
29
+ - **Finetuned from model [optional]:** [HuggingFaceM4/idefics-9b](https://huggingface.co/HuggingFaceM4/idefics-9b-instruct)
30
 
31
  ### Model Sources [optional]
32
 
 
38
 
39
  ## Uses
40
 
 
 
41
  ### Direct Use
42
 
43
+ The model is designed for direct use in applications involving Pokémon card data analysis, generation, and enrichment tasks.
44
 
45
+ ### Downstream Use
46
 
47
+ Further fine-tuning on other niche domains could enable the model to perform specialized tasks in additional contexts beyond Pokémon cards.
48
 
 
 
 
49
 
50
  ### Out-of-Scope Use
51
 
52
+ The model may not perform well on general NLP tasks unrelated to Pokémon data or vastly different domains without further fine-tuning.
53
 
 
54
 
55
  ## Bias, Risks, and Limitations
56
 
57
+ The model may inherit biases present in the Pokémon card dataset and may not generalize well to other contexts. Use in sensitive areas should be with caution.
58
 
 
59
 
60
  ### Recommendations
61
 
62
+ Users should be aware of the model's specialized nature and its limitations when applied outside its intended domain.
 
63
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
64
 
65
  ## How to Get Started with the Model
 
72
 
73
  ### Training Data
74
 
75
+ The model was trained on the `TheFusion21/PokemonCards` dataset from HuggingFace. Initially, the dataset underwent a cleaning process to remove any invalid URLs that could disrupt the training pipeline. Subsequently, the data was preprocessed to align with the model's input requirements, ensuring efficient and error-free training.
 
 
76
 
77
  ### Training Procedure
78
 
79
+ The dataset was preprocessed to fit the model's input requirements, with special attention to tokenization and formatting.
 
80
  #### Preprocessing [optional]
81
 
82
  [More Information Needed]
 
209
  ### Framework versions
210
 
211
 
212
+ - PEFT 0.6.2.dev0