millz commited on
Commit
6010473
1 Parent(s): 0eef587

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: text2text-generation
6
+ ---
7
+ # T5-Base Job Description to Resume JSON
8
+
9
+ This model fine-tunes google/t5-base to convert job descriptions into structured resume JSON data.
10
+
11
+ ## Model description
12
+
13
+ This model is based on the T5-base architecture fine-tuned on a dataset of 10,000 job description and resume pairs. It takes a job description as input and generates a JSON representation of a resume tailored to that job.
14
+
15
+ **Base model:** google/t5-base
16
+ **Fine-tuning task:** Text-to-JSON conversion
17
+ **Training data:** 10,000 job description and resume pairs
18
+
19
+ ## Intended uses & limitations
20
+
21
+ **Intended uses:**
22
+ - Generating structured resume data from job descriptions
23
+ - Assisting job seekers in tailoring resumes to specific job postings
24
+ - Automating parts of the resume creation process
25
+
26
+ **Limitations:**
27
+ - The model's output quality depends on the input job description's detail and clarity
28
+ - Generated resumes may require human review and editing
29
+ - The model may not capture nuanced or industry-specific requirements
30
+
31
+ ## Training data
32
+
33
+ The model was trained on 10,000 pairs of job descriptions and corresponding resume JSON data. The data distribution and any potential biases in the training set are not specified.
34
+
35
+ ## Training procedure
36
+
37
+ The model was fine-tuned using the standard T5 text-to-text framework. Specific hyperparameters and training details are not provided.
38
+
39
+ ## Evaluation results
40
+
41
+ Evaluation metrics and results are not specified. Users are encouraged to evaluate the model's performance on their specific use cases.
42
+
43
+ ## Ethical considerations
44
+
45
+ This model automates part of the resume creation process, which could have implications for job seeking and hiring practices. Users should be aware of potential biases in the training data that may affect the generated resumes.
46
+
47
+ ## Additional information
48
+
49
+ For more details on the base T5 model, refer to the [T5 paper](https://arxiv.org/abs/1910.10683) and the [google/t5-base model card](https://huggingface.co/google/t5-base).