File size: 785 Bytes
a6576f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Hugging Face repository configuration
repo_id: hblim/top_reddit_posts_daily
repo_type: dataset 

# Inference configuration
replicate_model: halstonblim/distilbert-base-uncased-finetuned-sst-2-english:d1a897bcd8ebb23c5aab87317eee2d6c919cdc5cfbf9154140c5c2fb47344b8c
scored_dir: reddit_analysis/data/data_scored
hf_scored_dir: data_scored_subreddit
batch_size: 1024

# Scraper configuration
timezone: US/Central
raw_dir: reddit_analysis/data/data_raw
logs_dir: reddit_analysis/data/logs
hf_raw_dir: data_raw
push_to_hf: true
subreddits:
  - name: artificial
    post_limit: 100
    comment_limit: 10
  - name: LocalLLaMA
    post_limit: 100
    comment_limit: 10
  - name: singularity
    post_limit: 100
    comment_limit: 10
  - name: OpenAI
    post_limit: 100
    comment_limit: 10